Shades of Dark Coral #C85942
Tints of Dark Coral #C85942
RGB
CMYK
RGB Variations
Color information
#C85942 (or 0xC85942) is known color: Dark Coral. HEX triplet: C8, 59 and 42. RGB value is (200,89,66). Sum of RGB (Red+Green+Blue) = 200+89+66=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85942 is #37A6BD. Grayscale: #777777. Windows color (decimal): -3647166 or 4348360. OLE color: 4348360.
HSL color Cylindrical-coordinate representation of color #C85942: hue angle of 10.3º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C85942 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 66 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.22 |
| HSL | 10.3º | 0.55% | 0.52% | - |
| HSV(B) | 10.3º | 0.67% | 0.78% | - |
| XYZ | 28.38 | 19.82 | 7.48 | - |
| YUV | 119.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 66 | 0 | 0.56 | 0.67 | 0.22 | 10.3 | 0.55 | 0.52 |
| Hex | C8 | 59 | 42 | 0 | 38 | 43 | 16 | A | 37 | 34 |
| Octal | 310 | 131 | 102 | 0 | 70 | 103 | 26 | 12 | 67 | 64 |
| Binary | 11001000 | 1011001 | 1000010 | 0 | 111000 | 1000011 | 10110 | 1010 | 110111 | 110100 |
Color Harmonies of #C85942
Complementary color
Monochromatic Colors of #C85942
Black with #C85942
Text Example
Text Example
White with #C85942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85942; }
p { color: rgb(200,89,66); }
H1.HeaderClassName
{
color: #C85942;
}
.AnyTagClassName
{
color: #C85942;
}
</style>
background-color css
<style>
a { background-color: #C85942; }
a { background-color: rgb(200,89,66); }
div.DivClassName
{
background-color: #C85942;
}
.BgClassName
{
background-color: #C85942;
}
</style>
border-color css
<style>
span { border-color: #C85942; }
span { border-color: rgb(200,89,66); }
td.TdClassName
{
border-color: #C85942;
}
.TagClassName
{
border-color: #C85942;
}
</style>