Shades of Red Damask #CB7951
Tints of Red Damask #CB7951
RGB
CMYK
RGB Variations
Color information
#CB7951 (or 0xCB7951) is known color: Red Damask. HEX triplet: CB, 79 and 51. RGB value is (203,121,81). Sum of RGB (Red+Green+Blue) = 203+121+81=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7951 is #3486AE. Grayscale: #8D8D8D. Windows color (decimal): -3442351 or 5339595. OLE color: 5339595.
HSL color Cylindrical-coordinate representation of color #CB7951: hue angle of 19.67º 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 #CB7951 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 81 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.20 |
| HSL | 19.67º | 0.54% | 0.56% | - |
| HSV(B) | 19.67º | 0.6% | 0.8% | - |
| XYZ | 32.95 | 26.97 | 11.25 | - |
| YUV | 140.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 81 | 0 | 0.40 | 0.60 | 0.20 | 19.67 | 0.54 | 0.56 |
| Hex | CB | 79 | 51 | 0 | 28 | 3C | 14 | 14 | 36 | 38 |
| Octal | 313 | 171 | 121 | 0 | 50 | 74 | 24 | 24 | 66 | 70 |
| Binary | 11001011 | 1111001 | 1010001 | 0 | 101000 | 111100 | 10100 | 10100 | 110110 | 111000 |
Color Harmonies of #CB7951
Complementary color
Monochromatic Colors of #CB7951
Black with #CB7951
Text Example
Text Example
White with #CB7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7951; }
p { color: rgb(203,121,81); }
H1.HeaderClassName
{
color: #CB7951;
}
.AnyTagClassName
{
color: #CB7951;
}
</style>
background-color css
<style>
a { background-color: #CB7951; }
a { background-color: rgb(203,121,81); }
div.DivClassName
{
background-color: #CB7951;
}
.BgClassName
{
background-color: #CB7951;
}
</style>
border-color css
<style>
span { border-color: #CB7951; }
span { border-color: rgb(203,121,81); }
td.TdClassName
{
border-color: #CB7951;
}
.TagClassName
{
border-color: #CB7951;
}
</style>