Shades of Red Damask #CE6747
Tints of Red Damask #CE6747
RGB
CMYK
RGB Variations
Color information
#CE6747 (or 0xCE6747) is known color: Red Damask. HEX triplet: CE, 67 and 47. RGB value is (206,103,71). Sum of RGB (Red+Green+Blue) = 206+103+71=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6747 is #3198B8. Grayscale: #828282. Windows color (decimal): -3250361 or 4679630. OLE color: 4679630.
HSL color Cylindrical-coordinate representation of color #CE6747: hue angle of 14.22º 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 #CE6747 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 71 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.19 |
| HSL | 14.22º | 0.58% | 0.54% | - |
| HSV(B) | 14.22º | 0.66% | 0.81% | - |
| XYZ | 31.44 | 23.28 | 8.8 | - |
| YUV | 130.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 71 | 0 | 0.50 | 0.66 | 0.19 | 14.22 | 0.58 | 0.54 |
| Hex | CE | 67 | 47 | 0 | 32 | 42 | 13 | E | 3A | 36 |
| Octal | 316 | 147 | 107 | 0 | 62 | 102 | 23 | 16 | 72 | 66 |
| Binary | 11001110 | 1100111 | 1000111 | 0 | 110010 | 1000010 | 10011 | 1110 | 111010 | 110110 |
Color Harmonies of #CE6747
Complementary color
Monochromatic Colors of #CE6747
Black with #CE6747
Text Example
Text Example
White with #CE6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6747; }
p { color: rgb(206,103,71); }
H1.HeaderClassName
{
color: #CE6747;
}
.AnyTagClassName
{
color: #CE6747;
}
</style>
background-color css
<style>
a { background-color: #CE6747; }
a { background-color: rgb(206,103,71); }
div.DivClassName
{
background-color: #CE6747;
}
.BgClassName
{
background-color: #CE6747;
}
</style>
border-color css
<style>
span { border-color: #CE6747; }
span { border-color: rgb(206,103,71); }
td.TdClassName
{
border-color: #CE6747;
}
.TagClassName
{
border-color: #CE6747;
}
</style>