Shades of Red Damask #CE7049
Tints of Red Damask #CE7049
RGB
CMYK
RGB Variations
Color information
#CE7049 (or 0xCE7049) is known color: Red Damask. HEX triplet: CE, 70 and 49. RGB value is (206,112,73). Sum of RGB (Red+Green+Blue) = 206+112+73=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7049 is #318FB6. Grayscale: #878787. Windows color (decimal): -3248055 or 4813006. OLE color: 4813006.
HSL color Cylindrical-coordinate representation of color #CE7049: hue angle of 17.59º 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 #CE7049 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 73 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.19 |
| HSL | 17.59º | 0.58% | 0.55% | - |
| HSV(B) | 17.59º | 0.65% | 0.81% | - |
| XYZ | 32.45 | 25.19 | 9.46 | - |
| YUV | 135.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 73 | 0 | 0.46 | 0.65 | 0.19 | 17.59 | 0.58 | 0.55 |
| Hex | CE | 70 | 49 | 0 | 2E | 41 | 13 | 12 | 3A | 37 |
| Octal | 316 | 160 | 111 | 0 | 56 | 101 | 23 | 22 | 72 | 67 |
| Binary | 11001110 | 1110000 | 1001001 | 0 | 101110 | 1000001 | 10011 | 10010 | 111010 | 110111 |
Color Harmonies of #CE7049
Complementary color
Monochromatic Colors of #CE7049
Black with #CE7049
Text Example
Text Example
White with #CE7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7049; }
p { color: rgb(206,112,73); }
H1.HeaderClassName
{
color: #CE7049;
}
.AnyTagClassName
{
color: #CE7049;
}
</style>
background-color css
<style>
a { background-color: #CE7049; }
a { background-color: rgb(206,112,73); }
div.DivClassName
{
background-color: #CE7049;
}
.BgClassName
{
background-color: #CE7049;
}
</style>
border-color css
<style>
span { border-color: #CE7049; }
span { border-color: rgb(206,112,73); }
td.TdClassName
{
border-color: #CE7049;
}
.TagClassName
{
border-color: #CE7049;
}
</style>