Shades of Dark Coral #C8563C
Tints of Dark Coral #C8563C
RGB
CMYK
RGB Variations
Color information
#C8563C (or 0xC8563C) is known color: Dark Coral. HEX triplet: C8, 56 and 3C. RGB value is (200,86,60). Sum of RGB (Red+Green+Blue) = 200+86+60=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8563C is #37A9C3. Grayscale: #757575. Windows color (decimal): -3647940 or 3954376. OLE color: 3954376.
HSL color Cylindrical-coordinate representation of color #C8563C: hue angle of 11.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8563C is Cyan = 0, Magento = 0.57, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 60 | - |
| CMYK | 0 | 0.57 | 0.7 | 0.22 |
| HSL | 11.14º | 0.56% | 0.51% | - |
| HSV(B) | 11.14º | 0.7% | 0.78% | - |
| XYZ | 27.96 | 19.26 | 6.52 | - |
| YUV | 117.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 60 | 0 | 0.57 | 0.7 | 0.22 | 11.14 | 0.56 | 0.51 |
| Hex | C8 | 56 | 3C | 0 | 39 | 46 | 16 | B | 38 | 33 |
| Octal | 310 | 126 | 74 | 0 | 71 | 106 | 26 | 13 | 70 | 63 |
| Binary | 11001000 | 1010110 | 111100 | 0 | 111001 | 1000110 | 10110 | 1011 | 111000 | 110011 |
Color Harmonies of #C8563C
Complementary color
Monochromatic Colors of #C8563C
Black with #C8563C
Text Example
Text Example
White with #C8563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8563C; }
p { color: rgb(200,86,60); }
H1.HeaderClassName
{
color: #C8563C;
}
.AnyTagClassName
{
color: #C8563C;
}
</style>
background-color css
<style>
a { background-color: #C8563C; }
a { background-color: rgb(200,86,60); }
div.DivClassName
{
background-color: #C8563C;
}
.BgClassName
{
background-color: #C8563C;
}
</style>
border-color css
<style>
span { border-color: #C8563C; }
span { border-color: rgb(200,86,60); }
td.TdClassName
{
border-color: #C8563C;
}
.TagClassName
{
border-color: #C8563C;
}
</style>