Shades of Dark Coral #C86343
Tints of Dark Coral #C86343
RGB
CMYK
RGB Variations
Color information
#C86343 (or 0xC86343) is known color: Dark Coral. HEX triplet: C8, 63 and 43. RGB value is (200,99,67). Sum of RGB (Red+Green+Blue) = 200+99+67=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86343 is #379CBC. Grayscale: #7D7D7D. Windows color (decimal): -3644605 or 4416456. OLE color: 4416456.
HSL color Cylindrical-coordinate representation of color #C86343: hue angle of 14.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C86343 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 67 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.22 |
| HSL | 14.44º | 0.55% | 0.52% | - |
| HSV(B) | 14.44º | 0.67% | 0.78% | - |
| XYZ | 29.29 | 21.61 | 7.94 | - |
| YUV | 125.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 67 | 0 | 0.50 | 0.66 | 0.22 | 14.44 | 0.55 | 0.52 |
| Hex | C8 | 63 | 43 | 0 | 32 | 42 | 16 | E | 37 | 34 |
| Octal | 310 | 143 | 103 | 0 | 62 | 102 | 26 | 16 | 67 | 64 |
| Binary | 11001000 | 1100011 | 1000011 | 0 | 110010 | 1000010 | 10110 | 1110 | 110111 | 110100 |
Color Harmonies of #C86343
Complementary color
Monochromatic Colors of #C86343
Black with #C86343
Text Example
Text Example
White with #C86343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86343; }
p { color: rgb(200,99,67); }
H1.HeaderClassName
{
color: #C86343;
}
.AnyTagClassName
{
color: #C86343;
}
</style>
background-color css
<style>
a { background-color: #C86343; }
a { background-color: rgb(200,99,67); }
div.DivClassName
{
background-color: #C86343;
}
.BgClassName
{
background-color: #C86343;
}
</style>
border-color css
<style>
span { border-color: #C86343; }
span { border-color: rgb(200,99,67); }
td.TdClassName
{
border-color: #C86343;
}
.TagClassName
{
border-color: #C86343;
}
</style>