Shades of Dark Coral #CE5E49
Tints of Dark Coral #CE5E49
RGB
CMYK
RGB Variations
Color information
#CE5E49 (or 0xCE5E49) is known color: Dark Coral. HEX triplet: CE, 5E and 49. RGB value is (206,94,73). Sum of RGB (Red+Green+Blue) = 206+94+73=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E49 is #31A1B6. Grayscale: #7D7D7D. Windows color (decimal): -3252663 or 4808398. OLE color: 4808398.
HSL color Cylindrical-coordinate representation of color #CE5E49: hue angle of 9.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE5E49 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 73 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.19 |
| HSL | 9.47º | 0.58% | 0.55% | - |
| HSV(B) | 9.47º | 0.65% | 0.81% | - |
| XYZ | 30.66 | 21.61 | 8.86 | - |
| YUV | 125.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 73 | 0 | 0.54 | 0.65 | 0.19 | 9.47 | 0.58 | 0.55 |
| Hex | CE | 5E | 49 | 0 | 36 | 41 | 13 | 9 | 3A | 37 |
| Octal | 316 | 136 | 111 | 0 | 66 | 101 | 23 | 11 | 72 | 67 |
| Binary | 11001110 | 1011110 | 1001001 | 0 | 110110 | 1000001 | 10011 | 1001 | 111010 | 110111 |
Color Harmonies of #CE5E49
Complementary color
Monochromatic Colors of #CE5E49
Black with #CE5E49
Text Example
Text Example
White with #CE5E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E49; }
p { color: rgb(206,94,73); }
H1.HeaderClassName
{
color: #CE5E49;
}
.AnyTagClassName
{
color: #CE5E49;
}
</style>
background-color css
<style>
a { background-color: #CE5E49; }
a { background-color: rgb(206,94,73); }
div.DivClassName
{
background-color: #CE5E49;
}
.BgClassName
{
background-color: #CE5E49;
}
</style>
border-color css
<style>
span { border-color: #CE5E49; }
span { border-color: rgb(206,94,73); }
td.TdClassName
{
border-color: #CE5E49;
}
.TagClassName
{
border-color: #CE5E49;
}
</style>