Shades of Dark Coral #CE6049
Tints of Dark Coral #CE6049
RGB
CMYK
RGB Variations
Color information
#CE6049 (or 0xCE6049) is known color: Dark Coral. HEX triplet: CE, 60 and 49. RGB value is (206,96,73). Sum of RGB (Red+Green+Blue) = 206+96+73=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6049 is #319FB6. Grayscale: #7E7E7E. Windows color (decimal): -3252151 or 4808910. OLE color: 4808910.
HSL color Cylindrical-coordinate representation of color #CE6049: hue angle of 10.38º 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 #CE6049 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 73 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.19 |
| HSL | 10.38º | 0.58% | 0.55% | - |
| HSV(B) | 10.38º | 0.65% | 0.81% | - |
| XYZ | 30.84 | 21.97 | 8.92 | - |
| YUV | 126.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 73 | 0 | 0.53 | 0.65 | 0.19 | 10.38 | 0.58 | 0.55 |
| Hex | CE | 60 | 49 | 0 | 35 | 41 | 13 | A | 3A | 37 |
| Octal | 316 | 140 | 111 | 0 | 65 | 101 | 23 | 12 | 72 | 67 |
| Binary | 11001110 | 1100000 | 1001001 | 0 | 110101 | 1000001 | 10011 | 1010 | 111010 | 110111 |
Color Harmonies of #CE6049
Complementary color
Monochromatic Colors of #CE6049
Black with #CE6049
Text Example
Text Example
White with #CE6049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6049; }
p { color: rgb(206,96,73); }
H1.HeaderClassName
{
color: #CE6049;
}
.AnyTagClassName
{
color: #CE6049;
}
</style>
background-color css
<style>
a { background-color: #CE6049; }
a { background-color: rgb(206,96,73); }
div.DivClassName
{
background-color: #CE6049;
}
.BgClassName
{
background-color: #CE6049;
}
</style>
border-color css
<style>
span { border-color: #CE6049; }
span { border-color: rgb(206,96,73); }
td.TdClassName
{
border-color: #CE6049;
}
.TagClassName
{
border-color: #CE6049;
}
</style>