Shades of Dark Coral #CE594A
Tints of Dark Coral #CE594A
RGB
CMYK
RGB Variations
Color information
#CE594A (or 0xCE594A) is known color: Dark Coral. HEX triplet: CE, 59 and 4A. RGB value is (206,89,74). Sum of RGB (Red+Green+Blue) = 206+89+74=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE594A is #31A6B5. Grayscale: #7A7A7A. Windows color (decimal): -3253942 or 4872654. OLE color: 4872654.
HSL color Cylindrical-coordinate representation of color #CE594A: hue angle of 6.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE594A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.19 |
| HSL | 6.82º | 0.57% | 0.55% | - |
| HSV(B) | 6.82º | 0.64% | 0.81% | - |
| XYZ | 30.26 | 20.76 | 8.89 | - |
| YUV | 122.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 74 | 0 | 0.57 | 0.64 | 0.19 | 6.82 | 0.57 | 0.55 |
| Hex | CE | 59 | 4A | 0 | 39 | 40 | 13 | 7 | 39 | 37 |
| Octal | 316 | 131 | 112 | 0 | 71 | 100 | 23 | 7 | 71 | 67 |
| Binary | 11001110 | 1011001 | 1001010 | 0 | 111001 | 1000000 | 10011 | 111 | 111001 | 110111 |
Color Harmonies of #CE594A
Complementary color
Monochromatic Colors of #CE594A
Black with #CE594A
Text Example
Text Example
White with #CE594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE594A; }
p { color: rgb(206,89,74); }
H1.HeaderClassName
{
color: #CE594A;
}
.AnyTagClassName
{
color: #CE594A;
}
</style>
background-color css
<style>
a { background-color: #CE594A; }
a { background-color: rgb(206,89,74); }
div.DivClassName
{
background-color: #CE594A;
}
.BgClassName
{
background-color: #CE594A;
}
</style>
border-color css
<style>
span { border-color: #CE594A; }
span { border-color: rgb(206,89,74); }
td.TdClassName
{
border-color: #CE594A;
}
.TagClassName
{
border-color: #CE594A;
}
</style>