Shades of Red Damask #CE704C
Tints of Red Damask #CE704C
RGB
CMYK
RGB Variations
Color information
#CE704C (or 0xCE704C) is known color: Red Damask. HEX triplet: CE, 70 and 4C. RGB value is (206,112,76). Sum of RGB (Red+Green+Blue) = 206+112+76=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE704C is #318FB3. Grayscale: #888888. Windows color (decimal): -3248052 or 5009614. OLE color: 5009614.
HSL color Cylindrical-coordinate representation of color #CE704C: hue angle of 16.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE704C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 76 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.19 |
| HSL | 16.62º | 0.57% | 0.55% | - |
| HSV(B) | 16.62º | 0.63% | 0.81% | - |
| XYZ | 32.55 | 25.23 | 9.99 | - |
| YUV | 136 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 76 | 0 | 0.46 | 0.63 | 0.19 | 16.62 | 0.57 | 0.55 |
| Hex | CE | 70 | 4C | 0 | 2E | 3F | 13 | 11 | 39 | 37 |
| Octal | 316 | 160 | 114 | 0 | 56 | 77 | 23 | 21 | 71 | 67 |
| Binary | 11001110 | 1110000 | 1001100 | 0 | 101110 | 111111 | 10011 | 10001 | 111001 | 110111 |
Color Harmonies of #CE704C
Complementary color
Monochromatic Colors of #CE704C
Black with #CE704C
Text Example
Text Example
White with #CE704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE704C; }
p { color: rgb(206,112,76); }
H1.HeaderClassName
{
color: #CE704C;
}
.AnyTagClassName
{
color: #CE704C;
}
</style>
background-color css
<style>
a { background-color: #CE704C; }
a { background-color: rgb(206,112,76); }
div.DivClassName
{
background-color: #CE704C;
}
.BgClassName
{
background-color: #CE704C;
}
</style>
border-color css
<style>
span { border-color: #CE704C; }
span { border-color: rgb(206,112,76); }
td.TdClassName
{
border-color: #CE704C;
}
.TagClassName
{
border-color: #CE704C;
}
</style>