Shades of Red Damask #CE7045
Tints of Red Damask #CE7045
RGB
CMYK
RGB Variations
Color information
#CE7045 (or 0xCE7045) is known color: Red Damask. HEX triplet: CE, 70 and 45. RGB value is (206,112,69). Sum of RGB (Red+Green+Blue) = 206+112+69=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7045 is #318FBA. Grayscale: #878787. Windows color (decimal): -3248059 or 4550862. OLE color: 4550862.
HSL color Cylindrical-coordinate representation of color #CE7045: hue angle of 18.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE7045 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 69 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.19 |
| HSL | 18.83º | 0.58% | 0.54% | - |
| HSV(B) | 18.83º | 0.67% | 0.81% | - |
| XYZ | 32.32 | 25.14 | 8.78 | - |
| YUV | 135.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 69 | 0 | 0.46 | 0.67 | 0.19 | 18.83 | 0.58 | 0.54 |
| Hex | CE | 70 | 45 | 0 | 2E | 43 | 13 | 13 | 3A | 36 |
| Octal | 316 | 160 | 105 | 0 | 56 | 103 | 23 | 23 | 72 | 66 |
| Binary | 11001110 | 1110000 | 1000101 | 0 | 101110 | 1000011 | 10011 | 10011 | 111010 | 110110 |
Color Harmonies of #CE7045
Complementary color
Monochromatic Colors of #CE7045
Black with #CE7045
Text Example
Text Example
White with #CE7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7045; }
p { color: rgb(206,112,69); }
H1.HeaderClassName
{
color: #CE7045;
}
.AnyTagClassName
{
color: #CE7045;
}
</style>
background-color css
<style>
a { background-color: #CE7045; }
a { background-color: rgb(206,112,69); }
div.DivClassName
{
background-color: #CE7045;
}
.BgClassName
{
background-color: #CE7045;
}
</style>
border-color css
<style>
span { border-color: #CE7045; }
span { border-color: rgb(206,112,69); }
td.TdClassName
{
border-color: #CE7045;
}
.TagClassName
{
border-color: #CE7045;
}
</style>