Shades of Dark Coral #CE5446
Tints of Dark Coral #CE5446
RGB
CMYK
RGB Variations
Color information
#CE5446 (or 0xCE5446) is known color: Dark Coral. HEX triplet: CE, 54 and 46. RGB value is (206,84,70). Sum of RGB (Red+Green+Blue) = 206+84+70=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5446 is #31ABB9. Grayscale: #777777. Windows color (decimal): -3255226 or 4609230. OLE color: 4609230.
HSL color Cylindrical-coordinate representation of color #CE5446: hue angle of 6.18º 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 #CE5446 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 70 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.19 |
| HSL | 6.18º | 0.58% | 0.54% | - |
| HSV(B) | 6.18º | 0.66% | 0.81% | - |
| XYZ | 29.73 | 19.9 | 8.07 | - |
| YUV | 118.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 70 | 0 | 0.59 | 0.66 | 0.19 | 6.18 | 0.58 | 0.54 |
| Hex | CE | 54 | 46 | 0 | 3B | 42 | 13 | 6 | 3A | 36 |
| Octal | 316 | 124 | 106 | 0 | 73 | 102 | 23 | 6 | 72 | 66 |
| Binary | 11001110 | 1010100 | 1000110 | 0 | 111011 | 1000010 | 10011 | 110 | 111010 | 110110 |
Color Harmonies of #CE5446
Complementary color
Monochromatic Colors of #CE5446
Black with #CE5446
Text Example
Text Example
White with #CE5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5446; }
p { color: rgb(206,84,70); }
H1.HeaderClassName
{
color: #CE5446;
}
.AnyTagClassName
{
color: #CE5446;
}
</style>
background-color css
<style>
a { background-color: #CE5446; }
a { background-color: rgb(206,84,70); }
div.DivClassName
{
background-color: #CE5446;
}
.BgClassName
{
background-color: #CE5446;
}
</style>
border-color css
<style>
span { border-color: #CE5446; }
span { border-color: rgb(206,84,70); }
td.TdClassName
{
border-color: #CE5446;
}
.TagClassName
{
border-color: #CE5446;
}
</style>