Shades of Dark Coral #C85B41
Tints of Dark Coral #C85B41
RGB
CMYK
RGB Variations
Color information
#C85B41 (or 0xC85B41) is known color: Dark Coral. HEX triplet: C8, 5B and 41. RGB value is (200,91,65). Sum of RGB (Red+Green+Blue) = 200+91+65=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B41 is #37A4BE. Grayscale: #787878. Windows color (decimal): -3646655 or 4283336. OLE color: 4283336.
HSL color Cylindrical-coordinate representation of color #C85B41: hue angle of 11.56º 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 #C85B41 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 65 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.22 |
| HSL | 11.56º | 0.55% | 0.52% | - |
| HSV(B) | 11.56º | 0.68% | 0.78% | - |
| XYZ | 28.51 | 20.14 | 7.39 | - |
| YUV | 120.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 65 | 0 | 0.54 | 0.68 | 0.22 | 11.56 | 0.55 | 0.52 |
| Hex | C8 | 5B | 41 | 0 | 36 | 44 | 16 | C | 37 | 34 |
| Octal | 310 | 133 | 101 | 0 | 66 | 104 | 26 | 14 | 67 | 64 |
| Binary | 11001000 | 1011011 | 1000001 | 0 | 110110 | 1000100 | 10110 | 1100 | 110111 | 110100 |
Color Harmonies of #C85B41
Complementary color
Monochromatic Colors of #C85B41
Black with #C85B41
Text Example
Text Example
White with #C85B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B41; }
p { color: rgb(200,91,65); }
H1.HeaderClassName
{
color: #C85B41;
}
.AnyTagClassName
{
color: #C85B41;
}
</style>
background-color css
<style>
a { background-color: #C85B41; }
a { background-color: rgb(200,91,65); }
div.DivClassName
{
background-color: #C85B41;
}
.BgClassName
{
background-color: #C85B41;
}
</style>
border-color css
<style>
span { border-color: #C85B41; }
span { border-color: rgb(200,91,65); }
td.TdClassName
{
border-color: #C85B41;
}
.TagClassName
{
border-color: #C85B41;
}
</style>