Shades of Red Damask #CB6841
Tints of Red Damask #CB6841
RGB
CMYK
RGB Variations
Color information
#CB6841 (or 0xCB6841) is known color: Red Damask. HEX triplet: CB, 68 and 41. RGB value is (203,104,65). Sum of RGB (Red+Green+Blue) = 203+104+65=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6841 is #3497BE. Grayscale: #818181. Windows color (decimal): -3446719 or 4286667. OLE color: 4286667.
HSL color Cylindrical-coordinate representation of color #CB6841: hue angle of 16.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB6841 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 65 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.20 |
| HSL | 16.96º | 0.57% | 0.53% | - |
| HSV(B) | 16.96º | 0.68% | 0.8% | - |
| XYZ | 30.53 | 22.98 | 7.83 | - |
| YUV | 129.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 65 | 0 | 0.49 | 0.68 | 0.20 | 16.96 | 0.57 | 0.53 |
| Hex | CB | 68 | 41 | 0 | 31 | 44 | 14 | 11 | 39 | 35 |
| Octal | 313 | 150 | 101 | 0 | 61 | 104 | 24 | 21 | 71 | 65 |
| Binary | 11001011 | 1101000 | 1000001 | 0 | 110001 | 1000100 | 10100 | 10001 | 111001 | 110101 |
Color Harmonies of #CB6841
Complementary color
Monochromatic Colors of #CB6841
Black with #CB6841
Text Example
Text Example
White with #CB6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6841; }
p { color: rgb(203,104,65); }
H1.HeaderClassName
{
color: #CB6841;
}
.AnyTagClassName
{
color: #CB6841;
}
</style>
background-color css
<style>
a { background-color: #CB6841; }
a { background-color: rgb(203,104,65); }
div.DivClassName
{
background-color: #CB6841;
}
.BgClassName
{
background-color: #CB6841;
}
</style>
border-color css
<style>
span { border-color: #CB6841; }
span { border-color: rgb(203,104,65); }
td.TdClassName
{
border-color: #CB6841;
}
.TagClassName
{
border-color: #CB6841;
}
</style>