Shades of Red Damask #CB7551
Tints of Red Damask #CB7551
RGB
CMYK
RGB Variations
Color information
#CB7551 (or 0xCB7551) is known color: Red Damask. HEX triplet: CB, 75 and 51. RGB value is (203,117,81). Sum of RGB (Red+Green+Blue) = 203+117+81=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7551 is #348AAE. Grayscale: #8A8A8A. Windows color (decimal): -3443375 or 5338571. OLE color: 5338571.
HSL color Cylindrical-coordinate representation of color #CB7551: hue angle of 17.7º 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 #CB7551 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 81 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.20 |
| HSL | 17.7º | 0.54% | 0.56% | - |
| HSV(B) | 17.7º | 0.6% | 0.8% | - |
| XYZ | 32.48 | 26.01 | 11.09 | - |
| YUV | 138.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 81 | 0 | 0.42 | 0.60 | 0.20 | 17.7 | 0.54 | 0.56 |
| Hex | CB | 75 | 51 | 0 | 2A | 3C | 14 | 12 | 36 | 38 |
| Octal | 313 | 165 | 121 | 0 | 52 | 74 | 24 | 22 | 66 | 70 |
| Binary | 11001011 | 1110101 | 1010001 | 0 | 101010 | 111100 | 10100 | 10010 | 110110 | 111000 |
Color Harmonies of #CB7551
Complementary color
Monochromatic Colors of #CB7551
Black with #CB7551
Text Example
Text Example
White with #CB7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7551; }
p { color: rgb(203,117,81); }
H1.HeaderClassName
{
color: #CB7551;
}
.AnyTagClassName
{
color: #CB7551;
}
</style>
background-color css
<style>
a { background-color: #CB7551; }
a { background-color: rgb(203,117,81); }
div.DivClassName
{
background-color: #CB7551;
}
.BgClassName
{
background-color: #CB7551;
}
</style>
border-color css
<style>
span { border-color: #CB7551; }
span { border-color: rgb(203,117,81); }
td.TdClassName
{
border-color: #CB7551;
}
.TagClassName
{
border-color: #CB7551;
}
</style>