Shades of Dark Coral #C85445
Tints of Dark Coral #C85445
RGB
CMYK
RGB Variations
Color information
#C85445 (or 0xC85445) is known color: Dark Coral. HEX triplet: C8, 54 and 45. RGB value is (200,84,69). Sum of RGB (Red+Green+Blue) = 200+84+69=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85445 is #37ABBA. Grayscale: #757575. Windows color (decimal): -3648443 or 4543688. OLE color: 4543688.
HSL color Cylindrical-coordinate representation of color #C85445: hue angle of 6.87º 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 #C85445 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 69 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.22 |
| HSL | 6.87º | 0.54% | 0.53% | - |
| HSV(B) | 6.87º | 0.66% | 0.78% | - |
| XYZ | 28.06 | 19.05 | 7.83 | - |
| YUV | 116.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 69 | 0 | 0.58 | 0.66 | 0.22 | 6.87 | 0.54 | 0.53 |
| Hex | C8 | 54 | 45 | 0 | 3A | 42 | 16 | 7 | 36 | 35 |
| Octal | 310 | 124 | 105 | 0 | 72 | 102 | 26 | 7 | 66 | 65 |
| Binary | 11001000 | 1010100 | 1000101 | 0 | 111010 | 1000010 | 10110 | 111 | 110110 | 110101 |
Color Harmonies of #C85445
Complementary color
Monochromatic Colors of #C85445
Black with #C85445
Text Example
Text Example
White with #C85445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85445; }
p { color: rgb(200,84,69); }
H1.HeaderClassName
{
color: #C85445;
}
.AnyTagClassName
{
color: #C85445;
}
</style>
background-color css
<style>
a { background-color: #C85445; }
a { background-color: rgb(200,84,69); }
div.DivClassName
{
background-color: #C85445;
}
.BgClassName
{
background-color: #C85445;
}
</style>
border-color css
<style>
span { border-color: #C85445; }
span { border-color: rgb(200,84,69); }
td.TdClassName
{
border-color: #C85445;
}
.TagClassName
{
border-color: #C85445;
}
</style>