Shades of Red Damask #CE6946
Tints of Red Damask #CE6946
RGB
CMYK
RGB Variations
Color information
#CE6946 (or 0xCE6946) is known color: Red Damask. HEX triplet: CE, 69 and 46. RGB value is (206,105,70). Sum of RGB (Red+Green+Blue) = 206+105+70=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6946 is #3196B9. Grayscale: #838383. Windows color (decimal): -3249850 or 4614606. OLE color: 4614606.
HSL color Cylindrical-coordinate representation of color #CE6946: hue angle of 15.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE6946 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 70 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.19 |
| HSL | 15.44º | 0.58% | 0.54% | - |
| HSV(B) | 15.44º | 0.66% | 0.81% | - |
| XYZ | 31.61 | 23.67 | 8.7 | - |
| YUV | 131.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 70 | 0 | 0.49 | 0.66 | 0.19 | 15.44 | 0.58 | 0.54 |
| Hex | CE | 69 | 46 | 0 | 31 | 42 | 13 | F | 3A | 36 |
| Octal | 316 | 151 | 106 | 0 | 61 | 102 | 23 | 17 | 72 | 66 |
| Binary | 11001110 | 1101001 | 1000110 | 0 | 110001 | 1000010 | 10011 | 1111 | 111010 | 110110 |
Color Harmonies of #CE6946
Complementary color
Monochromatic Colors of #CE6946
Black with #CE6946
Text Example
Text Example
White with #CE6946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6946; }
p { color: rgb(206,105,70); }
H1.HeaderClassName
{
color: #CE6946;
}
.AnyTagClassName
{
color: #CE6946;
}
</style>
background-color css
<style>
a { background-color: #CE6946; }
a { background-color: rgb(206,105,70); }
div.DivClassName
{
background-color: #CE6946;
}
.BgClassName
{
background-color: #CE6946;
}
</style>
border-color css
<style>
span { border-color: #CE6946; }
span { border-color: rgb(206,105,70); }
td.TdClassName
{
border-color: #CE6946;
}
.TagClassName
{
border-color: #CE6946;
}
</style>