Shades of Dark Coral #CE5647
Tints of Dark Coral #CE5647
RGB
CMYK
RGB Variations
Color information
#CE5647 (or 0xCE5647) is known color: Dark Coral. HEX triplet: CE, 56 and 47. RGB value is (206,86,71). Sum of RGB (Red+Green+Blue) = 206+86+71=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5647 is #31A9B8. Grayscale: #787878. Windows color (decimal): -3254713 or 4675278. OLE color: 4675278.
HSL color Cylindrical-coordinate representation of color #CE5647: hue angle of 6.67º 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 #CE5647 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 71 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.19 |
| HSL | 6.67º | 0.58% | 0.54% | - |
| HSV(B) | 6.67º | 0.66% | 0.81% | - |
| XYZ | 29.92 | 20.23 | 8.29 | - |
| YUV | 120.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 71 | 0 | 0.58 | 0.66 | 0.19 | 6.67 | 0.58 | 0.54 |
| Hex | CE | 56 | 47 | 0 | 3A | 42 | 13 | 7 | 3A | 36 |
| Octal | 316 | 126 | 107 | 0 | 72 | 102 | 23 | 7 | 72 | 66 |
| Binary | 11001110 | 1010110 | 1000111 | 0 | 111010 | 1000010 | 10011 | 111 | 111010 | 110110 |
Color Harmonies of #CE5647
Complementary color
Monochromatic Colors of #CE5647
Black with #CE5647
Text Example
Text Example
White with #CE5647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5647; }
p { color: rgb(206,86,71); }
H1.HeaderClassName
{
color: #CE5647;
}
.AnyTagClassName
{
color: #CE5647;
}
</style>
background-color css
<style>
a { background-color: #CE5647; }
a { background-color: rgb(206,86,71); }
div.DivClassName
{
background-color: #CE5647;
}
.BgClassName
{
background-color: #CE5647;
}
</style>
border-color css
<style>
span { border-color: #CE5647; }
span { border-color: rgb(206,86,71); }
td.TdClassName
{
border-color: #CE5647;
}
.TagClassName
{
border-color: #CE5647;
}
</style>