Shades of Red Damask #CE6E51
Tints of Red Damask #CE6E51
RGB
CMYK
RGB Variations
Color information
#CE6E51 (or 0xCE6E51) is known color: Red Damask. HEX triplet: CE, 6E and 51. RGB value is (206,110,81). Sum of RGB (Red+Green+Blue) = 206+110+81=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E51 is #3191AE. Grayscale: #878787. Windows color (decimal): -3248559 or 5336782. OLE color: 5336782.
HSL color Cylindrical-coordinate representation of color #CE6E51: hue angle of 13.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE6E51 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 81 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.19 |
| HSL | 13.92º | 0.56% | 0.56% | - |
| HSV(B) | 13.92º | 0.61% | 0.81% | - |
| XYZ | 32.51 | 24.87 | 10.87 | - |
| YUV | 135.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 81 | 0 | 0.47 | 0.61 | 0.19 | 13.92 | 0.56 | 0.56 |
| Hex | CE | 6E | 51 | 0 | 2F | 3D | 13 | E | 38 | 38 |
| Octal | 316 | 156 | 121 | 0 | 57 | 75 | 23 | 16 | 70 | 70 |
| Binary | 11001110 | 1101110 | 1010001 | 0 | 101111 | 111101 | 10011 | 1110 | 111000 | 111000 |
Color Harmonies of #CE6E51
Complementary color
Monochromatic Colors of #CE6E51
Black with #CE6E51
Text Example
Text Example
White with #CE6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E51; }
p { color: rgb(206,110,81); }
H1.HeaderClassName
{
color: #CE6E51;
}
.AnyTagClassName
{
color: #CE6E51;
}
</style>
background-color css
<style>
a { background-color: #CE6E51; }
a { background-color: rgb(206,110,81); }
div.DivClassName
{
background-color: #CE6E51;
}
.BgClassName
{
background-color: #CE6E51;
}
</style>
border-color css
<style>
span { border-color: #CE6E51; }
span { border-color: rgb(206,110,81); }
td.TdClassName
{
border-color: #CE6E51;
}
.TagClassName
{
border-color: #CE6E51;
}
</style>