Shades of Dark Coral #C85643
Tints of Dark Coral #C85643
RGB
CMYK
RGB Variations
Color information
#C85643 (or 0xC85643) is known color: Dark Coral. HEX triplet: C8, 56 and 43. RGB value is (200,86,67). Sum of RGB (Red+Green+Blue) = 200+86+67=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85643 is #37A9BC. Grayscale: #767676. Windows color (decimal): -3647933 or 4413128. OLE color: 4413128.
HSL color Cylindrical-coordinate representation of color #C85643: hue angle of 8.57º 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 #C85643 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 67 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.22 |
| HSL | 8.57º | 0.55% | 0.52% | - |
| HSV(B) | 8.57º | 0.67% | 0.78% | - |
| XYZ | 28.16 | 19.34 | 7.56 | - |
| YUV | 117.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 67 | 0 | 0.57 | 0.66 | 0.22 | 8.57 | 0.55 | 0.52 |
| Hex | C8 | 56 | 43 | 0 | 39 | 42 | 16 | 9 | 37 | 34 |
| Octal | 310 | 126 | 103 | 0 | 71 | 102 | 26 | 11 | 67 | 64 |
| Binary | 11001000 | 1010110 | 1000011 | 0 | 111001 | 1000010 | 10110 | 1001 | 110111 | 110100 |
Color Harmonies of #C85643
Complementary color
Monochromatic Colors of #C85643
Black with #C85643
Text Example
Text Example
White with #C85643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85643; }
p { color: rgb(200,86,67); }
H1.HeaderClassName
{
color: #C85643;
}
.AnyTagClassName
{
color: #C85643;
}
</style>
background-color css
<style>
a { background-color: #C85643; }
a { background-color: rgb(200,86,67); }
div.DivClassName
{
background-color: #C85643;
}
.BgClassName
{
background-color: #C85643;
}
</style>
border-color css
<style>
span { border-color: #C85643; }
span { border-color: rgb(200,86,67); }
td.TdClassName
{
border-color: #C85643;
}
.TagClassName
{
border-color: #C85643;
}
</style>