crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cc7159 hex color - Orange - Warm color - Information

#cc7159 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #cc7159 Color code in RGB color code model is created after adding 80% red color, 44.31% green color and 34.9% blue color. Hex #cc7159 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 56% yellow and 20% black.

Hex #cc7159 color code is between #bb7755 web safe hex color code and #dd6666 web safe hex color code. #bb7755 is the nearest web safe color code. You can see here many more shades of #cc7159 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc7159#cc7159
RGB Decimal204, 113, 89rgb(204, 113, 89)
RGB Percent80%, 44%, 35%rgb(80%, 44%, 35%)
CSS RGBa204, 113, 89,1rgba(204,113,89,1)
CMYK Modelcmyk(0%,45%,56%,20%)
HSL Color Space13,53% ,57%hsl(13,53% ,57%)
HSV Color Space13°, 56%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000111000101011001
Octal314161131
Decimal20411389
Hexcc7159

Different shades of #cc7159 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #cc7159
#d89280
Dark Shade of #cc7159
#b95439
Saturated Shade of #cc7159
#d76b4e
Desaturated Shade of #cc7159
#c17764
Grey scale Shade of #cc7159
#929292
Brighten Shade
#e58a72
Most Readable Shade
#000000

Shades of #cc7159 color code

Generate more color scales with scales (color stack) generator.

#cc7159
#b5644f
#9e5745
#884b3b
#713e31
#5a3227
#44251d
#2d1913
#160c09
#000000

Similar Color like #cc7159 color

Find visually similar hex color codes nearing to #cc7159 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cd725a
#ce735b
#cf745c
#d0755d
#d1765e
#d2775f
#d37860
#d47961
#d57a62
#d67b63
#d77c64
#d87d65
#d97e66
#da7f67
#cb7058
#ca6f57
#c96e56
#c86d55
#c76c54
#c66b53
#c56a52
#c46951
#c36850
#c2674f
#c1664e
#c0654d
#bf644c
#be634b

Monochromatic Color with #cc7159

#cc7159
#f6896c
#22130f
#4c2a21
#774234
#a15946

Tints of #cc7159 Color

#cc7159
#d1806b
#d7907d
#dda090
#e2b0a2
#e8bfb5
#eecfc7
#f3dfda
#f9efec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cc7159
#59b4cc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cc7159
#59ccab
#597acc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cc596f
#cc5a59
#cc7159
#cc8859
#cc9f59

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cc7159
#59cc71
#7159cc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cc7159
#7acc59
#59b4cc
#aa59cc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cc7159
#59b4cc
#597acc
#ccaa59

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #cc7159 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cc7159 Color Code Preview on Black Background Color

This is how #cc7159 Color will look on black background color. Color contrast ratio is 6.07

#cc7159 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cc7159">Your Example Paragraph content text in with font color #cc7159 </p>

Your Example Paragraph content text in with font color #cc7159

HTML with inline CSS

<div style="color:#cc7159">Your Paragraph text in with font color #cc7159 </div>

Your Example Paragraph content text in with font color #cc7159

#cc7159 color code is use for CSS Background Color

Background color for the above div is #cc7159

HTML with inline CSS

<div style="background-color:#cc7159;"></div>

#cc7159 color code is use for CSS Border Color

CSS Border color for the above div is #cc7159

HTML with inline CSS

<div style="border:5px solid #cc7159;"></div>

CSS Border Left color for the above div is #cc7159

HTML with inline CSS

<div style="border-left:5px solid #cc7159;"></div>

CSS Border Right color for the above div is #cc7159

HTML with inline CSS

<div style="border-right:5px solid #cc7159;"></div>

CSS Border Bottom color for the above div is #cc7159

HTML with inline CSS

<div style="border-bottom:5px solid #cc7159;"></div>

CSS Border Top color for the above div is #cc7159

HTML with inline CSS

<div style="border-top:5px solid #cc7159;"></div>

#cc7159 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cc7159; } .examplecolorclass {color:#cc7159; } .examplebordercolor {border:3px solid #cc7159; }

#cc7159 Color code Preview on White Background

This is how #cc7159 Color code will look on white background color. Color contrast ratio is 3.46

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cc7159; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cc7159; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.