Shades of Dark Coral #C85C44
Tints of Dark Coral #C85C44
RGB
CMYK
RGB Variations
Color information
#C85C44 (or 0xC85C44) is known color: Dark Coral. HEX triplet: C8, 5C and 44. RGB value is (200,92,68). Sum of RGB (Red+Green+Blue) = 200+92+68=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C44 is #37A3BB. Grayscale: #797979. Windows color (decimal): -3646396 or 4480200. OLE color: 4480200.
HSL color Cylindrical-coordinate representation of color #C85C44: hue angle of 10.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85C44 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 68 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.22 |
| HSL | 10.91º | 0.55% | 0.53% | - |
| HSV(B) | 10.91º | 0.66% | 0.78% | - |
| XYZ | 28.69 | 20.35 | 7.88 | - |
| YUV | 121.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 68 | 0 | 0.54 | 0.66 | 0.22 | 10.91 | 0.55 | 0.53 |
| Hex | C8 | 5C | 44 | 0 | 36 | 42 | 16 | B | 37 | 35 |
| Octal | 310 | 134 | 104 | 0 | 66 | 102 | 26 | 13 | 67 | 65 |
| Binary | 11001000 | 1011100 | 1000100 | 0 | 110110 | 1000010 | 10110 | 1011 | 110111 | 110101 |
Color Harmonies of #C85C44
Complementary color
Monochromatic Colors of #C85C44
Black with #C85C44
Text Example
Text Example
White with #C85C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C44; }
p { color: rgb(200,92,68); }
H1.HeaderClassName
{
color: #C85C44;
}
.AnyTagClassName
{
color: #C85C44;
}
</style>
background-color css
<style>
a { background-color: #C85C44; }
a { background-color: rgb(200,92,68); }
div.DivClassName
{
background-color: #C85C44;
}
.BgClassName
{
background-color: #C85C44;
}
</style>
border-color css
<style>
span { border-color: #C85C44; }
span { border-color: rgb(200,92,68); }
td.TdClassName
{
border-color: #C85C44;
}
.TagClassName
{
border-color: #C85C44;
}
</style>