Shades of Red Damask #CB6846
Tints of Red Damask #CB6846
RGB
CMYK
RGB Variations
Color information
#CB6846 (or 0xCB6846) is known color: Red Damask. HEX triplet: CB, 68 and 46. RGB value is (203,104,70). Sum of RGB (Red+Green+Blue) = 203+104+70=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6846 is #3497B9. Grayscale: #818181. Windows color (decimal): -3446714 or 4614347. OLE color: 4614347.
HSL color Cylindrical-coordinate representation of color #CB6846: hue angle of 15.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6846 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 70 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.20 |
| HSL | 15.34º | 0.56% | 0.54% | - |
| HSV(B) | 15.34º | 0.66% | 0.8% | - |
| XYZ | 30.68 | 23.04 | 8.62 | - |
| YUV | 129.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 70 | 0 | 0.49 | 0.66 | 0.20 | 15.34 | 0.56 | 0.54 |
| Hex | CB | 68 | 46 | 0 | 31 | 42 | 14 | F | 38 | 36 |
| Octal | 313 | 150 | 106 | 0 | 61 | 102 | 24 | 17 | 70 | 66 |
| Binary | 11001011 | 1101000 | 1000110 | 0 | 110001 | 1000010 | 10100 | 1111 | 111000 | 110110 |
Color Harmonies of #CB6846
Complementary color
Monochromatic Colors of #CB6846
Black with #CB6846
Text Example
Text Example
White with #CB6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6846; }
p { color: rgb(203,104,70); }
H1.HeaderClassName
{
color: #CB6846;
}
.AnyTagClassName
{
color: #CB6846;
}
</style>
background-color css
<style>
a { background-color: #CB6846; }
a { background-color: rgb(203,104,70); }
div.DivClassName
{
background-color: #CB6846;
}
.BgClassName
{
background-color: #CB6846;
}
</style>
border-color css
<style>
span { border-color: #CB6846; }
span { border-color: rgb(203,104,70); }
td.TdClassName
{
border-color: #CB6846;
}
.TagClassName
{
border-color: #CB6846;
}
</style>