Shades of Red Damask #CE6843
Tints of Red Damask #CE6843
RGB
CMYK
RGB Variations
Color information
#CE6843 (or 0xCE6843) is known color: Red Damask. HEX triplet: CE, 68 and 43. RGB value is (206,104,67). Sum of RGB (Red+Green+Blue) = 206+104+67=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6843 is #3197BC. Grayscale: #828282. Windows color (decimal): -3250109 or 4417742. OLE color: 4417742.
HSL color Cylindrical-coordinate representation of color #CE6843: hue angle of 15.97º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE6843 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 67 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.19 |
| HSL | 15.97º | 0.59% | 0.54% | - |
| HSV(B) | 15.97º | 0.67% | 0.81% | - |
| XYZ | 31.42 | 23.43 | 8.18 | - |
| YUV | 130.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 67 | 0 | 0.50 | 0.67 | 0.19 | 15.97 | 0.59 | 0.54 |
| Hex | CE | 68 | 43 | 0 | 32 | 43 | 13 | 10 | 3B | 36 |
| Octal | 316 | 150 | 103 | 0 | 62 | 103 | 23 | 20 | 73 | 66 |
| Binary | 11001110 | 1101000 | 1000011 | 0 | 110010 | 1000011 | 10011 | 10000 | 111011 | 110110 |
Color Harmonies of #CE6843
Complementary color
Monochromatic Colors of #CE6843
Black with #CE6843
Text Example
Text Example
White with #CE6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6843; }
p { color: rgb(206,104,67); }
H1.HeaderClassName
{
color: #CE6843;
}
.AnyTagClassName
{
color: #CE6843;
}
</style>
background-color css
<style>
a { background-color: #CE6843; }
a { background-color: rgb(206,104,67); }
div.DivClassName
{
background-color: #CE6843;
}
.BgClassName
{
background-color: #CE6843;
}
</style>
border-color css
<style>
span { border-color: #CE6843; }
span { border-color: rgb(206,104,67); }
td.TdClassName
{
border-color: #CE6843;
}
.TagClassName
{
border-color: #CE6843;
}
</style>