Shades of Red Damask #CE6B41
Tints of Red Damask #CE6B41
RGB
CMYK
RGB Variations
Color information
#CE6B41 (or 0xCE6B41) is known color: Red Damask. HEX triplet: CE, 6B and 41. RGB value is (206,107,65). Sum of RGB (Red+Green+Blue) = 206+107+65=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B41 is #3194BE. Grayscale: #848484. Windows color (decimal): -3249343 or 4287438. OLE color: 4287438.
HSL color Cylindrical-coordinate representation of color #CE6B41: hue angle of 17.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE6B41 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 65 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.19 |
| HSL | 17.87º | 0.59% | 0.53% | - |
| HSV(B) | 17.87º | 0.68% | 0.81% | - |
| XYZ | 31.67 | 24.02 | 7.97 | - |
| YUV | 131.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 65 | 0 | 0.48 | 0.68 | 0.19 | 17.87 | 0.59 | 0.53 |
| Hex | CE | 6B | 41 | 0 | 30 | 44 | 13 | 12 | 3B | 35 |
| Octal | 316 | 153 | 101 | 0 | 60 | 104 | 23 | 22 | 73 | 65 |
| Binary | 11001110 | 1101011 | 1000001 | 0 | 110000 | 1000100 | 10011 | 10010 | 111011 | 110101 |
Color Harmonies of #CE6B41
Complementary color
Monochromatic Colors of #CE6B41
Black with #CE6B41
Text Example
Text Example
White with #CE6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B41; }
p { color: rgb(206,107,65); }
H1.HeaderClassName
{
color: #CE6B41;
}
.AnyTagClassName
{
color: #CE6B41;
}
</style>
background-color css
<style>
a { background-color: #CE6B41; }
a { background-color: rgb(206,107,65); }
div.DivClassName
{
background-color: #CE6B41;
}
.BgClassName
{
background-color: #CE6B41;
}
</style>
border-color css
<style>
span { border-color: #CE6B41; }
span { border-color: rgb(206,107,65); }
td.TdClassName
{
border-color: #CE6B41;
}
.TagClassName
{
border-color: #CE6B41;
}
</style>