Shades of Red Damask #CE6743
Tints of Red Damask #CE6743
RGB
CMYK
RGB Variations
Color information
#CE6743 (or 0xCE6743) is known color: Red Damask. HEX triplet: CE, 67 and 43. RGB value is (206,103,67). Sum of RGB (Red+Green+Blue) = 206+103+67=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6743 is #3198BC. Grayscale: #818181. Windows color (decimal): -3250365 or 4417486. OLE color: 4417486.
HSL color Cylindrical-coordinate representation of color #CE6743: hue angle of 15.54º 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 #CE6743 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 67 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.19 |
| HSL | 15.54º | 0.59% | 0.54% | - |
| HSV(B) | 15.54º | 0.67% | 0.81% | - |
| XYZ | 31.32 | 23.23 | 8.14 | - |
| YUV | 129.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 67 | 0 | 0.50 | 0.67 | 0.19 | 15.54 | 0.59 | 0.54 |
| Hex | CE | 67 | 43 | 0 | 32 | 43 | 13 | 10 | 3B | 36 |
| Octal | 316 | 147 | 103 | 0 | 62 | 103 | 23 | 20 | 73 | 66 |
| Binary | 11001110 | 1100111 | 1000011 | 0 | 110010 | 1000011 | 10011 | 10000 | 111011 | 110110 |
Color Harmonies of #CE6743
Complementary color
Monochromatic Colors of #CE6743
Black with #CE6743
Text Example
Text Example
White with #CE6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6743; }
p { color: rgb(206,103,67); }
H1.HeaderClassName
{
color: #CE6743;
}
.AnyTagClassName
{
color: #CE6743;
}
</style>
background-color css
<style>
a { background-color: #CE6743; }
a { background-color: rgb(206,103,67); }
div.DivClassName
{
background-color: #CE6743;
}
.BgClassName
{
background-color: #CE6743;
}
</style>
border-color css
<style>
span { border-color: #CE6743; }
span { border-color: rgb(206,103,67); }
td.TdClassName
{
border-color: #CE6743;
}
.TagClassName
{
border-color: #CE6743;
}
</style>