Shades of Red Damask #CE6B43
Tints of Red Damask #CE6B43
RGB
CMYK
RGB Variations
Color information
#CE6B43 (or 0xCE6B43) is known color: Red Damask. HEX triplet: CE, 6B and 43. RGB value is (206,107,67). Sum of RGB (Red+Green+Blue) = 206+107+67=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B43 is #3194BC. Grayscale: #848484. Windows color (decimal): -3249341 or 4418510. OLE color: 4418510.
HSL color Cylindrical-coordinate representation of color #CE6B43: hue angle of 17.27º 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 #CE6B43 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 67 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.19 |
| HSL | 17.27º | 0.59% | 0.54% | - |
| HSV(B) | 17.27º | 0.67% | 0.81% | - |
| XYZ | 31.72 | 24.04 | 8.28 | - |
| YUV | 132.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 67 | 0 | 0.48 | 0.67 | 0.19 | 17.27 | 0.59 | 0.54 |
| Hex | CE | 6B | 43 | 0 | 30 | 43 | 13 | 11 | 3B | 36 |
| Octal | 316 | 153 | 103 | 0 | 60 | 103 | 23 | 21 | 73 | 66 |
| Binary | 11001110 | 1101011 | 1000011 | 0 | 110000 | 1000011 | 10011 | 10001 | 111011 | 110110 |
Color Harmonies of #CE6B43
Complementary color
Monochromatic Colors of #CE6B43
Black with #CE6B43
Text Example
Text Example
White with #CE6B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B43; }
p { color: rgb(206,107,67); }
H1.HeaderClassName
{
color: #CE6B43;
}
.AnyTagClassName
{
color: #CE6B43;
}
</style>
background-color css
<style>
a { background-color: #CE6B43; }
a { background-color: rgb(206,107,67); }
div.DivClassName
{
background-color: #CE6B43;
}
.BgClassName
{
background-color: #CE6B43;
}
</style>
border-color css
<style>
span { border-color: #CE6B43; }
span { border-color: rgb(206,107,67); }
td.TdClassName
{
border-color: #CE6B43;
}
.TagClassName
{
border-color: #CE6B43;
}
</style>