Shades of Red Damask #CB7452
Tints of Red Damask #CB7452
RGB
CMYK
RGB Variations
Color information
#CB7452 (or 0xCB7452) is known color: Red Damask. HEX triplet: CB, 74 and 52. RGB value is (203,116,82). Sum of RGB (Red+Green+Blue) = 203+116+82=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7452 is #348BAD. Grayscale: #8A8A8A. Windows color (decimal): -3443630 or 5403851. OLE color: 5403851.
HSL color Cylindrical-coordinate representation of color #CB7452: hue angle of 16.86º 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 #CB7452 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 82 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.20 |
| HSL | 16.86º | 0.54% | 0.56% | - |
| HSV(B) | 16.86º | 0.6% | 0.8% | - |
| XYZ | 32.4 | 25.8 | 11.25 | - |
| YUV | 138.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 82 | 0 | 0.43 | 0.60 | 0.20 | 16.86 | 0.54 | 0.56 |
| Hex | CB | 74 | 52 | 0 | 2B | 3C | 14 | 11 | 36 | 38 |
| Octal | 313 | 164 | 122 | 0 | 53 | 74 | 24 | 21 | 66 | 70 |
| Binary | 11001011 | 1110100 | 1010010 | 0 | 101011 | 111100 | 10100 | 10001 | 110110 | 111000 |
Color Harmonies of #CB7452
Complementary color
Monochromatic Colors of #CB7452
Black with #CB7452
Text Example
Text Example
White with #CB7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7452; }
p { color: rgb(203,116,82); }
H1.HeaderClassName
{
color: #CB7452;
}
.AnyTagClassName
{
color: #CB7452;
}
</style>
background-color css
<style>
a { background-color: #CB7452; }
a { background-color: rgb(203,116,82); }
div.DivClassName
{
background-color: #CB7452;
}
.BgClassName
{
background-color: #CB7452;
}
</style>
border-color css
<style>
span { border-color: #CB7452; }
span { border-color: rgb(203,116,82); }
td.TdClassName
{
border-color: #CB7452;
}
.TagClassName
{
border-color: #CB7452;
}
</style>