Shades of Dark Coral #CE5749
Tints of Dark Coral #CE5749
RGB
CMYK
RGB Variations
Color information
#CE5749 (or 0xCE5749) is known color: Dark Coral. HEX triplet: CE, 57 and 49. RGB value is (206,87,73). Sum of RGB (Red+Green+Blue) = 206+87+73=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5749 is #31A8B6. Grayscale: #797979. Windows color (decimal): -3254455 or 4806606. OLE color: 4806606.
HSL color Cylindrical-coordinate representation of color #CE5749: hue angle of 6.32º 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 #CE5749 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 73 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.19 |
| HSL | 6.32º | 0.58% | 0.55% | - |
| HSV(B) | 6.32º | 0.65% | 0.81% | - |
| XYZ | 30.06 | 20.42 | 8.66 | - |
| YUV | 120.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 73 | 0 | 0.58 | 0.65 | 0.19 | 6.32 | 0.58 | 0.55 |
| Hex | CE | 57 | 49 | 0 | 3A | 41 | 13 | 6 | 3A | 37 |
| Octal | 316 | 127 | 111 | 0 | 72 | 101 | 23 | 6 | 72 | 67 |
| Binary | 11001110 | 1010111 | 1001001 | 0 | 111010 | 1000001 | 10011 | 110 | 111010 | 110111 |
Color Harmonies of #CE5749
Complementary color
Monochromatic Colors of #CE5749
Black with #CE5749
Text Example
Text Example
White with #CE5749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5749; }
p { color: rgb(206,87,73); }
H1.HeaderClassName
{
color: #CE5749;
}
.AnyTagClassName
{
color: #CE5749;
}
</style>
background-color css
<style>
a { background-color: #CE5749; }
a { background-color: rgb(206,87,73); }
div.DivClassName
{
background-color: #CE5749;
}
.BgClassName
{
background-color: #CE5749;
}
</style>
border-color css
<style>
span { border-color: #CE5749; }
span { border-color: rgb(206,87,73); }
td.TdClassName
{
border-color: #CE5749;
}
.TagClassName
{
border-color: #CE5749;
}
</style>