Shades of Red Damask #CB7151
Tints of Red Damask #CB7151
RGB
CMYK
RGB Variations
Color information
#CB7151 (or 0xCB7151) is known color: Red Damask. HEX triplet: CB, 71 and 51. RGB value is (203,113,81). Sum of RGB (Red+Green+Blue) = 203+113+81=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7151 is #348EAE. Grayscale: #888888. Windows color (decimal): -3444399 or 5337547. OLE color: 5337547.
HSL color Cylindrical-coordinate representation of color #CB7151: hue angle of 15.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB7151 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 81 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.20 |
| HSL | 15.74º | 0.54% | 0.56% | - |
| HSV(B) | 15.74º | 0.6% | 0.8% | - |
| XYZ | 32.02 | 25.1 | 10.94 | - |
| YUV | 136.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 81 | 0 | 0.44 | 0.60 | 0.20 | 15.74 | 0.54 | 0.56 |
| Hex | CB | 71 | 51 | 0 | 2C | 3C | 14 | 10 | 36 | 38 |
| Octal | 313 | 161 | 121 | 0 | 54 | 74 | 24 | 20 | 66 | 70 |
| Binary | 11001011 | 1110001 | 1010001 | 0 | 101100 | 111100 | 10100 | 10000 | 110110 | 111000 |
Color Harmonies of #CB7151
Complementary color
Monochromatic Colors of #CB7151
Black with #CB7151
Text Example
Text Example
White with #CB7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7151; }
p { color: rgb(203,113,81); }
H1.HeaderClassName
{
color: #CB7151;
}
.AnyTagClassName
{
color: #CB7151;
}
</style>
background-color css
<style>
a { background-color: #CB7151; }
a { background-color: rgb(203,113,81); }
div.DivClassName
{
background-color: #CB7151;
}
.BgClassName
{
background-color: #CB7151;
}
</style>
border-color css
<style>
span { border-color: #CB7151; }
span { border-color: rgb(203,113,81); }
td.TdClassName
{
border-color: #CB7151;
}
.TagClassName
{
border-color: #CB7151;
}
</style>