Shades of Dark Coral #CE5042
Tints of Dark Coral #CE5042
RGB
CMYK
RGB Variations
Color information
#CE5042 (or 0xCE5042) is known color: Dark Coral. HEX triplet: CE, 50 and 42. RGB value is (206,80,66). Sum of RGB (Red+Green+Blue) = 206+80+66=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5042 is #31AFBD. Grayscale: #747474. Windows color (decimal): -3256254 or 4346062. OLE color: 4346062.
HSL color Cylindrical-coordinate representation of color #CE5042: hue angle of 6º 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 #CE5042 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 66 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.19 |
| HSL | 6º | 0.59% | 0.53% | - |
| HSV(B) | 6º | 0.68% | 0.81% | - |
| XYZ | 29.31 | 19.25 | 7.33 | - |
| YUV | 116.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 66 | 0 | 0.61 | 0.68 | 0.19 | 6 | 0.59 | 0.53 |
| Hex | CE | 50 | 42 | 0 | 3D | 44 | 13 | 6 | 3B | 35 |
| Octal | 316 | 120 | 102 | 0 | 75 | 104 | 23 | 6 | 73 | 65 |
| Binary | 11001110 | 1010000 | 1000010 | 0 | 111101 | 1000100 | 10011 | 110 | 111011 | 110101 |
Color Harmonies of #CE5042
Complementary color
Monochromatic Colors of #CE5042
Black with #CE5042
Text Example
Text Example
White with #CE5042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5042; }
p { color: rgb(206,80,66); }
H1.HeaderClassName
{
color: #CE5042;
}
.AnyTagClassName
{
color: #CE5042;
}
</style>
background-color css
<style>
a { background-color: #CE5042; }
a { background-color: rgb(206,80,66); }
div.DivClassName
{
background-color: #CE5042;
}
.BgClassName
{
background-color: #CE5042;
}
</style>
border-color css
<style>
span { border-color: #CE5042; }
span { border-color: rgb(206,80,66); }
td.TdClassName
{
border-color: #CE5042;
}
.TagClassName
{
border-color: #CE5042;
}
</style>