Shades of Red Damask #CB6949
Tints of Red Damask #CB6949
RGB
CMYK
RGB Variations
Color information
#CB6949 (or 0xCB6949) is known color: Red Damask. HEX triplet: CB, 69 and 49. RGB value is (203,105,73). Sum of RGB (Red+Green+Blue) = 203+105+73=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6949 is #3496B6. Grayscale: #828282. Windows color (decimal): -3446455 or 4811211. OLE color: 4811211.
HSL color Cylindrical-coordinate representation of color #CB6949: hue angle of 14.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB6949 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 73 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.20 |
| HSL | 14.77º | 0.56% | 0.54% | - |
| HSV(B) | 14.77º | 0.64% | 0.8% | - |
| XYZ | 30.88 | 23.28 | 9.17 | - |
| YUV | 130.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 73 | 0 | 0.48 | 0.64 | 0.20 | 14.77 | 0.56 | 0.54 |
| Hex | CB | 69 | 49 | 0 | 30 | 40 | 14 | F | 38 | 36 |
| Octal | 313 | 151 | 111 | 0 | 60 | 100 | 24 | 17 | 70 | 66 |
| Binary | 11001011 | 1101001 | 1001001 | 0 | 110000 | 1000000 | 10100 | 1111 | 111000 | 110110 |
Color Harmonies of #CB6949
Complementary color
Monochromatic Colors of #CB6949
Black with #CB6949
Text Example
Text Example
White with #CB6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6949; }
p { color: rgb(203,105,73); }
H1.HeaderClassName
{
color: #CB6949;
}
.AnyTagClassName
{
color: #CB6949;
}
</style>
background-color css
<style>
a { background-color: #CB6949; }
a { background-color: rgb(203,105,73); }
div.DivClassName
{
background-color: #CB6949;
}
.BgClassName
{
background-color: #CB6949;
}
</style>
border-color css
<style>
span { border-color: #CB6949; }
span { border-color: rgb(203,105,73); }
td.TdClassName
{
border-color: #CB6949;
}
.TagClassName
{
border-color: #CB6949;
}
</style>