Shades of Dark Coral #CE5E47
Tints of Dark Coral #CE5E47
RGB
CMYK
RGB Variations
Color information
#CE5E47 (or 0xCE5E47) is known color: Dark Coral. HEX triplet: CE, 5E and 47. RGB value is (206,94,71). Sum of RGB (Red+Green+Blue) = 206+94+71=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E47 is #31A1B8. Grayscale: #7D7D7D. Windows color (decimal): -3252665 or 4677326. OLE color: 4677326.
HSL color Cylindrical-coordinate representation of color #CE5E47: hue angle of 10.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE5E47 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 71 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.19 |
| HSL | 10.22º | 0.58% | 0.54% | - |
| HSV(B) | 10.22º | 0.66% | 0.81% | - |
| XYZ | 30.59 | 21.58 | 8.51 | - |
| YUV | 124.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 71 | 0 | 0.54 | 0.66 | 0.19 | 10.22 | 0.58 | 0.54 |
| Hex | CE | 5E | 47 | 0 | 36 | 42 | 13 | A | 3A | 36 |
| Octal | 316 | 136 | 107 | 0 | 66 | 102 | 23 | 12 | 72 | 66 |
| Binary | 11001110 | 1011110 | 1000111 | 0 | 110110 | 1000010 | 10011 | 1010 | 111010 | 110110 |
Color Harmonies of #CE5E47
Complementary color
Monochromatic Colors of #CE5E47
Black with #CE5E47
Text Example
Text Example
White with #CE5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E47; }
p { color: rgb(206,94,71); }
H1.HeaderClassName
{
color: #CE5E47;
}
.AnyTagClassName
{
color: #CE5E47;
}
</style>
background-color css
<style>
a { background-color: #CE5E47; }
a { background-color: rgb(206,94,71); }
div.DivClassName
{
background-color: #CE5E47;
}
.BgClassName
{
background-color: #CE5E47;
}
</style>
border-color css
<style>
span { border-color: #CE5E47; }
span { border-color: rgb(206,94,71); }
td.TdClassName
{
border-color: #CE5E47;
}
.TagClassName
{
border-color: #CE5E47;
}
</style>