Shades of Red Damask #CB6544
Tints of Red Damask #CB6544
RGB
CMYK
RGB Variations
Color information
#CB6544 (or 0xCB6544) is known color: Red Damask. HEX triplet: CB, 65 and 44. RGB value is (203,101,68). Sum of RGB (Red+Green+Blue) = 203+101+68=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6544 is #349ABB. Grayscale: #7F7F7F. Windows color (decimal): -3447484 or 4482507. OLE color: 4482507.
HSL color Cylindrical-coordinate representation of color #CB6544: hue angle of 14.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6544 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 68 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.20 |
| HSL | 14.67º | 0.56% | 0.53% | - |
| HSV(B) | 14.67º | 0.67% | 0.8% | - |
| XYZ | 30.33 | 22.42 | 8.2 | - |
| YUV | 127.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 68 | 0 | 0.50 | 0.67 | 0.20 | 14.67 | 0.56 | 0.53 |
| Hex | CB | 65 | 44 | 0 | 32 | 43 | 14 | F | 38 | 35 |
| Octal | 313 | 145 | 104 | 0 | 62 | 103 | 24 | 17 | 70 | 65 |
| Binary | 11001011 | 1100101 | 1000100 | 0 | 110010 | 1000011 | 10100 | 1111 | 111000 | 110101 |
Color Harmonies of #CB6544
Complementary color
Monochromatic Colors of #CB6544
Black with #CB6544
Text Example
Text Example
White with #CB6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6544; }
p { color: rgb(203,101,68); }
H1.HeaderClassName
{
color: #CB6544;
}
.AnyTagClassName
{
color: #CB6544;
}
</style>
background-color css
<style>
a { background-color: #CB6544; }
a { background-color: rgb(203,101,68); }
div.DivClassName
{
background-color: #CB6544;
}
.BgClassName
{
background-color: #CB6544;
}
</style>
border-color css
<style>
span { border-color: #CB6544; }
span { border-color: rgb(203,101,68); }
td.TdClassName
{
border-color: #CB6544;
}
.TagClassName
{
border-color: #CB6544;
}
</style>