Shades of Red Damask #CE6E4D
Tints of Red Damask #CE6E4D
RGB
CMYK
RGB Variations
Color information
#CE6E4D (or 0xCE6E4D) is known color: Red Damask. HEX triplet: CE, 6E and 4D. RGB value is (206,110,77). Sum of RGB (Red+Green+Blue) = 206+110+77=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E4D is #3191B2. Grayscale: #878787. Windows color (decimal): -3248563 or 5074638. OLE color: 5074638.
HSL color Cylindrical-coordinate representation of color #CE6E4D: hue angle of 15.35º 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 #CE6E4D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 77 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.19 |
| HSL | 15.35º | 0.57% | 0.55% | - |
| HSV(B) | 15.35º | 0.63% | 0.81% | - |
| XYZ | 32.37 | 24.81 | 10.1 | - |
| YUV | 134.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 77 | 0 | 0.47 | 0.63 | 0.19 | 15.35 | 0.57 | 0.55 |
| Hex | CE | 6E | 4D | 0 | 2F | 3F | 13 | F | 39 | 37 |
| Octal | 316 | 156 | 115 | 0 | 57 | 77 | 23 | 17 | 71 | 67 |
| Binary | 11001110 | 1101110 | 1001101 | 0 | 101111 | 111111 | 10011 | 1111 | 111001 | 110111 |
Color Harmonies of #CE6E4D
Complementary color
Monochromatic Colors of #CE6E4D
Black with #CE6E4D
Text Example
Text Example
White with #CE6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E4D; }
p { color: rgb(206,110,77); }
H1.HeaderClassName
{
color: #CE6E4D;
}
.AnyTagClassName
{
color: #CE6E4D;
}
</style>
background-color css
<style>
a { background-color: #CE6E4D; }
a { background-color: rgb(206,110,77); }
div.DivClassName
{
background-color: #CE6E4D;
}
.BgClassName
{
background-color: #CE6E4D;
}
</style>
border-color css
<style>
span { border-color: #CE6E4D; }
span { border-color: rgb(206,110,77); }
td.TdClassName
{
border-color: #CE6E4D;
}
.TagClassName
{
border-color: #CE6E4D;
}
</style>