Shades of Dark Coral #C86049
Tints of Dark Coral #C86049
RGB
CMYK
RGB Variations
Color information
#C86049 (or 0xC86049) is known color: Dark Coral. HEX triplet: C8, 60 and 49. RGB value is (200,96,73). Sum of RGB (Red+Green+Blue) = 200+96+73=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C86049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86049 is #379FB6. Grayscale: #7C7C7C. Windows color (decimal): -3645367 or 4808904. OLE color: 4808904.
HSL color Cylindrical-coordinate representation of color #C86049: hue angle of 10.87º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C86049 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 73 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.22 |
| HSL | 10.87º | 0.54% | 0.54% | - |
| HSV(B) | 10.87º | 0.64% | 0.78% | - |
| XYZ | 29.2 | 21.13 | 8.84 | - |
| YUV | 124.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 73 | 0 | 0.52 | 0.64 | 0.22 | 10.87 | 0.54 | 0.54 |
| Hex | C8 | 60 | 49 | 0 | 34 | 40 | 16 | B | 36 | 36 |
| Octal | 310 | 140 | 111 | 0 | 64 | 100 | 26 | 13 | 66 | 66 |
| Binary | 11001000 | 1100000 | 1001001 | 0 | 110100 | 1000000 | 10110 | 1011 | 110110 | 110110 |
Color Harmonies of #C86049
Complementary color
Monochromatic Colors of #C86049
Black with #C86049
Text Example
Text Example
White with #C86049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86049; }
p { color: rgb(200,96,73); }
H1.HeaderClassName
{
color: #C86049;
}
.AnyTagClassName
{
color: #C86049;
}
</style>
background-color css
<style>
a { background-color: #C86049; }
a { background-color: rgb(200,96,73); }
div.DivClassName
{
background-color: #C86049;
}
.BgClassName
{
background-color: #C86049;
}
</style>
border-color css
<style>
span { border-color: #C86049; }
span { border-color: rgb(200,96,73); }
td.TdClassName
{
border-color: #C86049;
}
.TagClassName
{
border-color: #C86049;
}
</style>