Shades of Dark Coral #CE5941
Tints of Dark Coral #CE5941
RGB
CMYK
RGB Variations
Color information
#CE5941 (or 0xCE5941) is known color: Dark Coral. HEX triplet: CE, 59 and 41. RGB value is (206,89,65). Sum of RGB (Red+Green+Blue) = 206+89+65=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5941 is #31A6BE. Grayscale: #797979. Windows color (decimal): -3253951 or 4282830. OLE color: 4282830.
HSL color Cylindrical-coordinate representation of color #CE5941: hue angle of 10.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE5941 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 65 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.19 |
| HSL | 10.21º | 0.59% | 0.53% | - |
| HSV(B) | 10.21º | 0.68% | 0.81% | - |
| XYZ | 29.98 | 20.65 | 7.41 | - |
| YUV | 121.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 65 | 0 | 0.57 | 0.68 | 0.19 | 10.21 | 0.59 | 0.53 |
| Hex | CE | 59 | 41 | 0 | 39 | 44 | 13 | A | 3B | 35 |
| Octal | 316 | 131 | 101 | 0 | 71 | 104 | 23 | 12 | 73 | 65 |
| Binary | 11001110 | 1011001 | 1000001 | 0 | 111001 | 1000100 | 10011 | 1010 | 111011 | 110101 |
Color Harmonies of #CE5941
Complementary color
Monochromatic Colors of #CE5941
Black with #CE5941
Text Example
Text Example
White with #CE5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5941; }
p { color: rgb(206,89,65); }
H1.HeaderClassName
{
color: #CE5941;
}
.AnyTagClassName
{
color: #CE5941;
}
</style>
background-color css
<style>
a { background-color: #CE5941; }
a { background-color: rgb(206,89,65); }
div.DivClassName
{
background-color: #CE5941;
}
.BgClassName
{
background-color: #CE5941;
}
</style>
border-color css
<style>
span { border-color: #CE5941; }
span { border-color: rgb(206,89,65); }
td.TdClassName
{
border-color: #CE5941;
}
.TagClassName
{
border-color: #CE5941;
}
</style>