Shades of Dark Coral #C8593F
Tints of Dark Coral #C8593F
RGB
CMYK
RGB Variations
Color information
#C8593F (or 0xC8593F) is known color: Dark Coral. HEX triplet: C8, 59 and 3F. RGB value is (200,89,63). Sum of RGB (Red+Green+Blue) = 200+89+63=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8593F is #37A6C0. Grayscale: #777777. Windows color (decimal): -3647169 or 4151752. OLE color: 4151752.
HSL color Cylindrical-coordinate representation of color #C8593F: hue angle of 11.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8593F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.22 |
| HSL | 11.39º | 0.55% | 0.52% | - |
| HSV(B) | 11.39º | 0.69% | 0.78% | - |
| XYZ | 28.29 | 19.78 | 7.03 | - |
| YUV | 119.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 63 | 0 | 0.56 | 0.68 | 0.22 | 11.39 | 0.55 | 0.52 |
| Hex | C8 | 59 | 3F | 0 | 38 | 44 | 16 | B | 37 | 34 |
| Octal | 310 | 131 | 77 | 0 | 70 | 104 | 26 | 13 | 67 | 64 |
| Binary | 11001000 | 1011001 | 111111 | 0 | 111000 | 1000100 | 10110 | 1011 | 110111 | 110100 |
Color Harmonies of #C8593F
Complementary color
Monochromatic Colors of #C8593F
Black with #C8593F
Text Example
Text Example
White with #C8593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8593F; }
p { color: rgb(200,89,63); }
H1.HeaderClassName
{
color: #C8593F;
}
.AnyTagClassName
{
color: #C8593F;
}
</style>
background-color css
<style>
a { background-color: #C8593F; }
a { background-color: rgb(200,89,63); }
div.DivClassName
{
background-color: #C8593F;
}
.BgClassName
{
background-color: #C8593F;
}
</style>
border-color css
<style>
span { border-color: #C8593F; }
span { border-color: rgb(200,89,63); }
td.TdClassName
{
border-color: #C8593F;
}
.TagClassName
{
border-color: #C8593F;
}
</style>