Shades of Dark Coral #C85241
Tints of Dark Coral #C85241
RGB
CMYK
RGB Variations
Color information
#C85241 (or 0xC85241) is known color: Dark Coral. HEX triplet: C8, 52 and 41. RGB value is (200,82,65). Sum of RGB (Red+Green+Blue) = 200+82+65=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C85241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85241 is #37ADBE. Grayscale: #737373. Windows color (decimal): -3648959 or 4281032. OLE color: 4281032.
HSL color Cylindrical-coordinate representation of color #C85241: hue angle of 7.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 #C85241 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 65 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.22 |
| HSL | 7.56º | 0.55% | 0.52% | - |
| HSV(B) | 7.56º | 0.68% | 0.78% | - |
| XYZ | 27.79 | 18.7 | 7.14 | - |
| YUV | 115.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 65 | 0 | 0.59 | 0.68 | 0.22 | 7.56 | 0.55 | 0.52 |
| Hex | C8 | 52 | 41 | 0 | 3B | 44 | 16 | 8 | 37 | 34 |
| Octal | 310 | 122 | 101 | 0 | 73 | 104 | 26 | 10 | 67 | 64 |
| Binary | 11001000 | 1010010 | 1000001 | 0 | 111011 | 1000100 | 10110 | 1000 | 110111 | 110100 |
Color Harmonies of #C85241
Complementary color
Monochromatic Colors of #C85241
Black with #C85241
Text Example
Text Example
White with #C85241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85241; }
p { color: rgb(200,82,65); }
H1.HeaderClassName
{
color: #C85241;
}
.AnyTagClassName
{
color: #C85241;
}
</style>
background-color css
<style>
a { background-color: #C85241; }
a { background-color: rgb(200,82,65); }
div.DivClassName
{
background-color: #C85241;
}
.BgClassName
{
background-color: #C85241;
}
</style>
border-color css
<style>
span { border-color: #C85241; }
span { border-color: rgb(200,82,65); }
td.TdClassName
{
border-color: #C85241;
}
.TagClassName
{
border-color: #C85241;
}
</style>