Shades of Dark Coral #C85C40
Tints of Dark Coral #C85C40
RGB
CMYK
RGB Variations
Color information
#C85C40 (or 0xC85C40) is known color: Dark Coral. HEX triplet: C8, 5C and 40. RGB value is (200,92,64). Sum of RGB (Red+Green+Blue) = 200+92+64=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C40 is #37A3BF. Grayscale: #797979. Windows color (decimal): -3646400 or 4218056. OLE color: 4218056.
HSL color Cylindrical-coordinate representation of color #C85C40: hue angle of 12.35º 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 #C85C40 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 64 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.22 |
| HSL | 12.35º | 0.55% | 0.52% | - |
| HSV(B) | 12.35º | 0.68% | 0.78% | - |
| XYZ | 28.57 | 20.3 | 7.26 | - |
| YUV | 121.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 64 | 0 | 0.54 | 0.68 | 0.22 | 12.35 | 0.55 | 0.52 |
| Hex | C8 | 5C | 40 | 0 | 36 | 44 | 16 | C | 37 | 34 |
| Octal | 310 | 134 | 100 | 0 | 66 | 104 | 26 | 14 | 67 | 64 |
| Binary | 11001000 | 1011100 | 1000000 | 0 | 110110 | 1000100 | 10110 | 1100 | 110111 | 110100 |
Color Harmonies of #C85C40
Complementary color
Monochromatic Colors of #C85C40
Black with #C85C40
Text Example
Text Example
White with #C85C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C40; }
p { color: rgb(200,92,64); }
H1.HeaderClassName
{
color: #C85C40;
}
.AnyTagClassName
{
color: #C85C40;
}
</style>
background-color css
<style>
a { background-color: #C85C40; }
a { background-color: rgb(200,92,64); }
div.DivClassName
{
background-color: #C85C40;
}
.BgClassName
{
background-color: #C85C40;
}
</style>
border-color css
<style>
span { border-color: #C85C40; }
span { border-color: rgb(200,92,64); }
td.TdClassName
{
border-color: #C85C40;
}
.TagClassName
{
border-color: #C85C40;
}
</style>