Shades of Dark Coral #C85645
Tints of Dark Coral #C85645
RGB
CMYK
RGB Variations
Color information
#C85645 (or 0xC85645) is known color: Dark Coral. HEX triplet: C8, 56 and 45. RGB value is (200,86,69). Sum of RGB (Red+Green+Blue) = 200+86+69=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85645 is #37A9BA. Grayscale: #767676. Windows color (decimal): -3647931 or 4544200. OLE color: 4544200.
HSL color Cylindrical-coordinate representation of color #C85645: hue angle of 7.79º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85645 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 69 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.22 |
| HSL | 7.79º | 0.54% | 0.53% | - |
| HSV(B) | 7.79º | 0.66% | 0.78% | - |
| XYZ | 28.22 | 19.36 | 7.88 | - |
| YUV | 118.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 69 | 0 | 0.57 | 0.66 | 0.22 | 7.79 | 0.54 | 0.53 |
| Hex | C8 | 56 | 45 | 0 | 39 | 42 | 16 | 8 | 36 | 35 |
| Octal | 310 | 126 | 105 | 0 | 71 | 102 | 26 | 10 | 66 | 65 |
| Binary | 11001000 | 1010110 | 1000101 | 0 | 111001 | 1000010 | 10110 | 1000 | 110110 | 110101 |
Color Harmonies of #C85645
Complementary color
Monochromatic Colors of #C85645
Black with #C85645
Text Example
Text Example
White with #C85645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85645; }
p { color: rgb(200,86,69); }
H1.HeaderClassName
{
color: #C85645;
}
.AnyTagClassName
{
color: #C85645;
}
</style>
background-color css
<style>
a { background-color: #C85645; }
a { background-color: rgb(200,86,69); }
div.DivClassName
{
background-color: #C85645;
}
.BgClassName
{
background-color: #C85645;
}
</style>
border-color css
<style>
span { border-color: #C85645; }
span { border-color: rgb(200,86,69); }
td.TdClassName
{
border-color: #C85645;
}
.TagClassName
{
border-color: #C85645;
}
</style>