Shades of Dark Coral #C85945
Tints of Dark Coral #C85945
RGB
CMYK
RGB Variations
Color information
#C85945 (or 0xC85945) is known color: Dark Coral. HEX triplet: C8, 59 and 45. RGB value is (200,89,69). Sum of RGB (Red+Green+Blue) = 200+89+69=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85945 is #37A6BA. Grayscale: #787878. Windows color (decimal): -3647163 or 4544968. OLE color: 4544968.
HSL color Cylindrical-coordinate representation of color #C85945: hue angle of 9.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85945 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 69 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.22 |
| HSL | 9.16º | 0.54% | 0.53% | - |
| HSV(B) | 9.16º | 0.66% | 0.78% | - |
| XYZ | 28.47 | 19.85 | 7.96 | - |
| YUV | 119.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 69 | 0 | 0.56 | 0.66 | 0.22 | 9.16 | 0.54 | 0.53 |
| Hex | C8 | 59 | 45 | 0 | 38 | 42 | 16 | 9 | 36 | 35 |
| Octal | 310 | 131 | 105 | 0 | 70 | 102 | 26 | 11 | 66 | 65 |
| Binary | 11001000 | 1011001 | 1000101 | 0 | 111000 | 1000010 | 10110 | 1001 | 110110 | 110101 |
Color Harmonies of #C85945
Complementary color
Monochromatic Colors of #C85945
Black with #C85945
Text Example
Text Example
White with #C85945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85945; }
p { color: rgb(200,89,69); }
H1.HeaderClassName
{
color: #C85945;
}
.AnyTagClassName
{
color: #C85945;
}
</style>
background-color css
<style>
a { background-color: #C85945; }
a { background-color: rgb(200,89,69); }
div.DivClassName
{
background-color: #C85945;
}
.BgClassName
{
background-color: #C85945;
}
</style>
border-color css
<style>
span { border-color: #C85945; }
span { border-color: rgb(200,89,69); }
td.TdClassName
{
border-color: #C85945;
}
.TagClassName
{
border-color: #C85945;
}
</style>