Shades of Dark Coral #CE5E42
Tints of Dark Coral #CE5E42
RGB
CMYK
RGB Variations
Color information
#CE5E42 (or 0xCE5E42) is known color: Dark Coral. HEX triplet: CE, 5E and 42. RGB value is (206,94,66). Sum of RGB (Red+Green+Blue) = 206+94+66=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E42 is #31A1BD. Grayscale: #7C7C7C. Windows color (decimal): -3252670 or 4349646. OLE color: 4349646.
HSL color Cylindrical-coordinate representation of color #CE5E42: hue angle of 12º 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 #CE5E42 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 66 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.19 |
| HSL | 12º | 0.59% | 0.53% | - |
| HSV(B) | 12º | 0.68% | 0.81% | - |
| XYZ | 30.44 | 21.52 | 7.7 | - |
| YUV | 124.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 66 | 0 | 0.54 | 0.68 | 0.19 | 12 | 0.59 | 0.53 |
| Hex | CE | 5E | 42 | 0 | 36 | 44 | 13 | C | 3B | 35 |
| Octal | 316 | 136 | 102 | 0 | 66 | 104 | 23 | 14 | 73 | 65 |
| Binary | 11001110 | 1011110 | 1000010 | 0 | 110110 | 1000100 | 10011 | 1100 | 111011 | 110101 |
Color Harmonies of #CE5E42
Complementary color
Monochromatic Colors of #CE5E42
Black with #CE5E42
Text Example
Text Example
White with #CE5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E42; }
p { color: rgb(206,94,66); }
H1.HeaderClassName
{
color: #CE5E42;
}
.AnyTagClassName
{
color: #CE5E42;
}
</style>
background-color css
<style>
a { background-color: #CE5E42; }
a { background-color: rgb(206,94,66); }
div.DivClassName
{
background-color: #CE5E42;
}
.BgClassName
{
background-color: #CE5E42;
}
</style>
border-color css
<style>
span { border-color: #CE5E42; }
span { border-color: rgb(206,94,66); }
td.TdClassName
{
border-color: #CE5E42;
}
.TagClassName
{
border-color: #CE5E42;
}
</style>