Shades of Dark Coral #CE5544
Tints of Dark Coral #CE5544
RGB
CMYK
RGB Variations
Color information
#CE5544 (or 0xCE5544) is known color: Dark Coral. HEX triplet: CE, 55 and 44. RGB value is (206,85,68). Sum of RGB (Red+Green+Blue) = 206+85+68=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5544 is #31AABB. Grayscale: #777777. Windows color (decimal): -3254972 or 4478414. OLE color: 4478414.
HSL color Cylindrical-coordinate representation of color #CE5544: hue angle of 7.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE5544 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 68 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.19 |
| HSL | 7.39º | 0.58% | 0.54% | - |
| HSV(B) | 7.39º | 0.67% | 0.81% | - |
| XYZ | 29.75 | 20.04 | 7.77 | - |
| YUV | 119.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 68 | 0 | 0.59 | 0.67 | 0.19 | 7.39 | 0.58 | 0.54 |
| Hex | CE | 55 | 44 | 0 | 3B | 43 | 13 | 7 | 3A | 36 |
| Octal | 316 | 125 | 104 | 0 | 73 | 103 | 23 | 7 | 72 | 66 |
| Binary | 11001110 | 1010101 | 1000100 | 0 | 111011 | 1000011 | 10011 | 111 | 111010 | 110110 |
Color Harmonies of #CE5544
Complementary color
Monochromatic Colors of #CE5544
Black with #CE5544
Text Example
Text Example
White with #CE5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5544; }
p { color: rgb(206,85,68); }
H1.HeaderClassName
{
color: #CE5544;
}
.AnyTagClassName
{
color: #CE5544;
}
</style>
background-color css
<style>
a { background-color: #CE5544; }
a { background-color: rgb(206,85,68); }
div.DivClassName
{
background-color: #CE5544;
}
.BgClassName
{
background-color: #CE5544;
}
</style>
border-color css
<style>
span { border-color: #CE5544; }
span { border-color: rgb(206,85,68); }
td.TdClassName
{
border-color: #CE5544;
}
.TagClassName
{
border-color: #CE5544;
}
</style>