Shades of Dark Coral #C85644
Tints of Dark Coral #C85644
RGB
CMYK
RGB Variations
Color information
#C85644 (or 0xC85644) is known color: Dark Coral. HEX triplet: C8, 56 and 44. RGB value is (200,86,68). Sum of RGB (Red+Green+Blue) = 200+86+68=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85644 is #37A9BB. Grayscale: #767676. Windows color (decimal): -3647932 or 4478664. OLE color: 4478664.
HSL color Cylindrical-coordinate representation of color #C85644: hue angle of 8.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85644 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 68 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.22 |
| HSL | 8.18º | 0.55% | 0.53% | - |
| HSV(B) | 8.18º | 0.66% | 0.78% | - |
| XYZ | 28.19 | 19.35 | 7.72 | - |
| YUV | 118.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 68 | 0 | 0.57 | 0.66 | 0.22 | 8.18 | 0.55 | 0.53 |
| Hex | C8 | 56 | 44 | 0 | 39 | 42 | 16 | 8 | 37 | 35 |
| Octal | 310 | 126 | 104 | 0 | 71 | 102 | 26 | 10 | 67 | 65 |
| Binary | 11001000 | 1010110 | 1000100 | 0 | 111001 | 1000010 | 10110 | 1000 | 110111 | 110101 |
Color Harmonies of #C85644
Complementary color
Monochromatic Colors of #C85644
Black with #C85644
Text Example
Text Example
White with #C85644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85644; }
p { color: rgb(200,86,68); }
H1.HeaderClassName
{
color: #C85644;
}
.AnyTagClassName
{
color: #C85644;
}
</style>
background-color css
<style>
a { background-color: #C85644; }
a { background-color: rgb(200,86,68); }
div.DivClassName
{
background-color: #C85644;
}
.BgClassName
{
background-color: #C85644;
}
</style>
border-color css
<style>
span { border-color: #C85644; }
span { border-color: rgb(200,86,68); }
td.TdClassName
{
border-color: #C85644;
}
.TagClassName
{
border-color: #C85644;
}
</style>