Shades of Dark Coral #C85A40
Tints of Dark Coral #C85A40
RGB
CMYK
RGB Variations
Color information
#C85A40 (or 0xC85A40) is known color: Dark Coral. HEX triplet: C8, 5A and 40. RGB value is (200,90,64). Sum of RGB (Red+Green+Blue) = 200+90+64=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A40 is #37A5BF. Grayscale: #787878. Windows color (decimal): -3646912 or 4217544. OLE color: 4217544.
HSL color Cylindrical-coordinate representation of color #C85A40: hue angle of 11.47º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C85A40 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 64 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.22 |
| HSL | 11.47º | 0.55% | 0.52% | - |
| HSV(B) | 11.47º | 0.68% | 0.78% | - |
| XYZ | 28.4 | 19.96 | 7.21 | - |
| YUV | 119.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 64 | 0 | 0.55 | 0.68 | 0.22 | 11.47 | 0.55 | 0.52 |
| Hex | C8 | 5A | 40 | 0 | 37 | 44 | 16 | B | 37 | 34 |
| Octal | 310 | 132 | 100 | 0 | 67 | 104 | 26 | 13 | 67 | 64 |
| Binary | 11001000 | 1011010 | 1000000 | 0 | 110111 | 1000100 | 10110 | 1011 | 110111 | 110100 |
Color Harmonies of #C85A40
Complementary color
Monochromatic Colors of #C85A40
Black with #C85A40
Text Example
Text Example
White with #C85A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A40; }
p { color: rgb(200,90,64); }
H1.HeaderClassName
{
color: #C85A40;
}
.AnyTagClassName
{
color: #C85A40;
}
</style>
background-color css
<style>
a { background-color: #C85A40; }
a { background-color: rgb(200,90,64); }
div.DivClassName
{
background-color: #C85A40;
}
.BgClassName
{
background-color: #C85A40;
}
</style>
border-color css
<style>
span { border-color: #C85A40; }
span { border-color: rgb(200,90,64); }
td.TdClassName
{
border-color: #C85A40;
}
.TagClassName
{
border-color: #C85A40;
}
</style>