Shades of Red Damask #CE6A40
Tints of Red Damask #CE6A40
RGB
CMYK
RGB Variations
Color information
#CE6A40 (or 0xCE6A40) is known color: Red Damask. HEX triplet: CE, 6A and 40. RGB value is (206,106,64). Sum of RGB (Red+Green+Blue) = 206+106+64=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A40 is #3195BF. Grayscale: #838383. Windows color (decimal): -3249600 or 4221646. OLE color: 4221646.
HSL color Cylindrical-coordinate representation of color #CE6A40: hue angle of 17.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE6A40 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 64 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.19 |
| HSL | 17.75º | 0.59% | 0.53% | - |
| HSV(B) | 17.75º | 0.69% | 0.81% | - |
| XYZ | 31.53 | 23.8 | 7.78 | - |
| YUV | 131.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 64 | 0 | 0.49 | 0.69 | 0.19 | 17.75 | 0.59 | 0.53 |
| Hex | CE | 6A | 40 | 0 | 31 | 45 | 13 | 12 | 3B | 35 |
| Octal | 316 | 152 | 100 | 0 | 61 | 105 | 23 | 22 | 73 | 65 |
| Binary | 11001110 | 1101010 | 1000000 | 0 | 110001 | 1000101 | 10011 | 10010 | 111011 | 110101 |
Color Harmonies of #CE6A40
Complementary color
Monochromatic Colors of #CE6A40
Black with #CE6A40
Text Example
Text Example
White with #CE6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A40; }
p { color: rgb(206,106,64); }
H1.HeaderClassName
{
color: #CE6A40;
}
.AnyTagClassName
{
color: #CE6A40;
}
</style>
background-color css
<style>
a { background-color: #CE6A40; }
a { background-color: rgb(206,106,64); }
div.DivClassName
{
background-color: #CE6A40;
}
.BgClassName
{
background-color: #CE6A40;
}
</style>
border-color css
<style>
span { border-color: #CE6A40; }
span { border-color: rgb(206,106,64); }
td.TdClassName
{
border-color: #CE6A40;
}
.TagClassName
{
border-color: #CE6A40;
}
</style>