Shades of Red Damask #CB7351
Tints of Red Damask #CB7351
RGB
CMYK
RGB Variations
Color information
#CB7351 (or 0xCB7351) is known color: Red Damask. HEX triplet: CB, 73 and 51. RGB value is (203,115,81). Sum of RGB (Red+Green+Blue) = 203+115+81=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7351 is #348CAE. Grayscale: #898989. Windows color (decimal): -3443887 or 5338059. OLE color: 5338059.
HSL color Cylindrical-coordinate representation of color #CB7351: hue angle of 16.72º 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 #CB7351 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 81 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.20 |
| HSL | 16.72º | 0.54% | 0.56% | - |
| HSV(B) | 16.72º | 0.6% | 0.8% | - |
| XYZ | 32.24 | 25.55 | 11.02 | - |
| YUV | 137.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 81 | 0 | 0.43 | 0.60 | 0.20 | 16.72 | 0.54 | 0.56 |
| Hex | CB | 73 | 51 | 0 | 2B | 3C | 14 | 11 | 36 | 38 |
| Octal | 313 | 163 | 121 | 0 | 53 | 74 | 24 | 21 | 66 | 70 |
| Binary | 11001011 | 1110011 | 1010001 | 0 | 101011 | 111100 | 10100 | 10001 | 110110 | 111000 |
Color Harmonies of #CB7351
Complementary color
Monochromatic Colors of #CB7351
Black with #CB7351
Text Example
Text Example
White with #CB7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7351; }
p { color: rgb(203,115,81); }
H1.HeaderClassName
{
color: #CB7351;
}
.AnyTagClassName
{
color: #CB7351;
}
</style>
background-color css
<style>
a { background-color: #CB7351; }
a { background-color: rgb(203,115,81); }
div.DivClassName
{
background-color: #CB7351;
}
.BgClassName
{
background-color: #CB7351;
}
</style>
border-color css
<style>
span { border-color: #CB7351; }
span { border-color: rgb(203,115,81); }
td.TdClassName
{
border-color: #CB7351;
}
.TagClassName
{
border-color: #CB7351;
}
</style>