Shades of Red Damask #CE664D
Tints of Red Damask #CE664D
RGB
CMYK
RGB Variations
Color information
#CE664D (or 0xCE664D) is known color: Red Damask. HEX triplet: CE, 66 and 4D. RGB value is (206,102,77). Sum of RGB (Red+Green+Blue) = 206+102+77=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE664D is #3199B2. Grayscale: #828282. Windows color (decimal): -3250611 or 5072590. OLE color: 5072590.
HSL color Cylindrical-coordinate representation of color #CE664D: hue angle of 11.63º 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 #CE664D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 77 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.19 |
| HSL | 11.63º | 0.57% | 0.55% | - |
| HSV(B) | 11.63º | 0.63% | 0.81% | - |
| XYZ | 31.54 | 23.16 | 9.83 | - |
| YUV | 130.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 77 | 0 | 0.50 | 0.63 | 0.19 | 11.63 | 0.57 | 0.55 |
| Hex | CE | 66 | 4D | 0 | 32 | 3F | 13 | C | 39 | 37 |
| Octal | 316 | 146 | 115 | 0 | 62 | 77 | 23 | 14 | 71 | 67 |
| Binary | 11001110 | 1100110 | 1001101 | 0 | 110010 | 111111 | 10011 | 1100 | 111001 | 110111 |
Color Harmonies of #CE664D
Complementary color
Monochromatic Colors of #CE664D
Black with #CE664D
Text Example
Text Example
White with #CE664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE664D; }
p { color: rgb(206,102,77); }
H1.HeaderClassName
{
color: #CE664D;
}
.AnyTagClassName
{
color: #CE664D;
}
</style>
background-color css
<style>
a { background-color: #CE664D; }
a { background-color: rgb(206,102,77); }
div.DivClassName
{
background-color: #CE664D;
}
.BgClassName
{
background-color: #CE664D;
}
</style>
border-color css
<style>
span { border-color: #CE664D; }
span { border-color: rgb(206,102,77); }
td.TdClassName
{
border-color: #CE664D;
}
.TagClassName
{
border-color: #CE664D;
}
</style>