Shades of Dark Coral #C86147
Tints of Dark Coral #C86147
RGB
CMYK
RGB Variations
Color information
#C86147 (or 0xC86147) is known color: Dark Coral. HEX triplet: C8, 61 and 47. RGB value is (200,97,71). Sum of RGB (Red+Green+Blue) = 200+97+71=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C86147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86147 is #379EB8. Grayscale: #7D7D7D. Windows color (decimal): -3645113 or 4678088. OLE color: 4678088.
HSL color Cylindrical-coordinate representation of color #C86147: hue angle of 12.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C86147 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 71 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.22 |
| HSL | 12.09º | 0.54% | 0.53% | - |
| HSV(B) | 12.09º | 0.65% | 0.78% | - |
| XYZ | 29.23 | 21.28 | 8.53 | - |
| YUV | 124.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 71 | 0 | 0.52 | 0.64 | 0.22 | 12.09 | 0.54 | 0.53 |
| Hex | C8 | 61 | 47 | 0 | 34 | 40 | 16 | C | 36 | 35 |
| Octal | 310 | 141 | 107 | 0 | 64 | 100 | 26 | 14 | 66 | 65 |
| Binary | 11001000 | 1100001 | 1000111 | 0 | 110100 | 1000000 | 10110 | 1100 | 110110 | 110101 |
Color Harmonies of #C86147
Complementary color
Monochromatic Colors of #C86147
Black with #C86147
Text Example
Text Example
White with #C86147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86147; }
p { color: rgb(200,97,71); }
H1.HeaderClassName
{
color: #C86147;
}
.AnyTagClassName
{
color: #C86147;
}
</style>
background-color css
<style>
a { background-color: #C86147; }
a { background-color: rgb(200,97,71); }
div.DivClassName
{
background-color: #C86147;
}
.BgClassName
{
background-color: #C86147;
}
</style>
border-color css
<style>
span { border-color: #C86147; }
span { border-color: rgb(200,97,71); }
td.TdClassName
{
border-color: #C86147;
}
.TagClassName
{
border-color: #C86147;
}
</style>