Shades of Dark Coral #C85C41
Tints of Dark Coral #C85C41
RGB
CMYK
RGB Variations
Color information
#C85C41 (or 0xC85C41) is known color: Dark Coral. HEX triplet: C8, 5C and 41. RGB value is (200,92,65). Sum of RGB (Red+Green+Blue) = 200+92+65=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C41 is #37A3BE. Grayscale: #797979. Windows color (decimal): -3646399 or 4283592. OLE color: 4283592.
HSL color Cylindrical-coordinate representation of color #C85C41: hue angle of 12º 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 #C85C41 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 65 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.22 |
| HSL | 12º | 0.55% | 0.52% | - |
| HSV(B) | 12º | 0.68% | 0.78% | - |
| XYZ | 28.6 | 20.32 | 7.41 | - |
| YUV | 121.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 65 | 0 | 0.54 | 0.68 | 0.22 | 12 | 0.55 | 0.52 |
| Hex | C8 | 5C | 41 | 0 | 36 | 44 | 16 | C | 37 | 34 |
| Octal | 310 | 134 | 101 | 0 | 66 | 104 | 26 | 14 | 67 | 64 |
| Binary | 11001000 | 1011100 | 1000001 | 0 | 110110 | 1000100 | 10110 | 1100 | 110111 | 110100 |
Color Harmonies of #C85C41
Complementary color
Monochromatic Colors of #C85C41
Black with #C85C41
Text Example
Text Example
White with #C85C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C41; }
p { color: rgb(200,92,65); }
H1.HeaderClassName
{
color: #C85C41;
}
.AnyTagClassName
{
color: #C85C41;
}
</style>
background-color css
<style>
a { background-color: #C85C41; }
a { background-color: rgb(200,92,65); }
div.DivClassName
{
background-color: #C85C41;
}
.BgClassName
{
background-color: #C85C41;
}
</style>
border-color css
<style>
span { border-color: #C85C41; }
span { border-color: rgb(200,92,65); }
td.TdClassName
{
border-color: #C85C41;
}
.TagClassName
{
border-color: #C85C41;
}
</style>