Shades of Dark Coral #CE5842
Tints of Dark Coral #CE5842
RGB
CMYK
RGB Variations
Color information
#CE5842 (or 0xCE5842) is known color: Dark Coral. HEX triplet: CE, 58 and 42. RGB value is (206,88,66). Sum of RGB (Red+Green+Blue) = 206+88+66=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5842 is #31A7BD. Grayscale: #787878. Windows color (decimal): -3254206 or 4348110. OLE color: 4348110.
HSL color Cylindrical-coordinate representation of color #CE5842: hue angle of 9.43º 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 #CE5842 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 66 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.19 |
| HSL | 9.43º | 0.59% | 0.53% | - |
| HSV(B) | 9.43º | 0.68% | 0.81% | - |
| XYZ | 29.93 | 20.49 | 7.53 | - |
| YUV | 120.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 66 | 0 | 0.57 | 0.68 | 0.19 | 9.43 | 0.59 | 0.53 |
| Hex | CE | 58 | 42 | 0 | 39 | 44 | 13 | 9 | 3B | 35 |
| Octal | 316 | 130 | 102 | 0 | 71 | 104 | 23 | 11 | 73 | 65 |
| Binary | 11001110 | 1011000 | 1000010 | 0 | 111001 | 1000100 | 10011 | 1001 | 111011 | 110101 |
Color Harmonies of #CE5842
Complementary color
Monochromatic Colors of #CE5842
Black with #CE5842
Text Example
Text Example
White with #CE5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5842; }
p { color: rgb(206,88,66); }
H1.HeaderClassName
{
color: #CE5842;
}
.AnyTagClassName
{
color: #CE5842;
}
</style>
background-color css
<style>
a { background-color: #CE5842; }
a { background-color: rgb(206,88,66); }
div.DivClassName
{
background-color: #CE5842;
}
.BgClassName
{
background-color: #CE5842;
}
</style>
border-color css
<style>
span { border-color: #CE5842; }
span { border-color: rgb(206,88,66); }
td.TdClassName
{
border-color: #CE5842;
}
.TagClassName
{
border-color: #CE5842;
}
</style>