Shades of Red Damask #CB7446
Tints of Red Damask #CB7446
RGB
CMYK
RGB Variations
Color information
#CB7446 (or 0xCB7446) is known color: Red Damask. HEX triplet: CB, 74 and 46. RGB value is (203,116,70). Sum of RGB (Red+Green+Blue) = 203+116+70=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7446 is #348BB9. Grayscale: #898989. Windows color (decimal): -3443642 or 4617419. OLE color: 4617419.
HSL color Cylindrical-coordinate representation of color #CB7446: hue angle of 20.75º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB7446 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 70 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.20 |
| HSL | 20.75º | 0.56% | 0.54% | - |
| HSV(B) | 20.75º | 0.66% | 0.8% | - |
| XYZ | 31.98 | 25.63 | 9.06 | - |
| YUV | 136.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 70 | 0 | 0.43 | 0.66 | 0.20 | 20.75 | 0.56 | 0.54 |
| Hex | CB | 74 | 46 | 0 | 2B | 42 | 14 | 15 | 38 | 36 |
| Octal | 313 | 164 | 106 | 0 | 53 | 102 | 24 | 25 | 70 | 66 |
| Binary | 11001011 | 1110100 | 1000110 | 0 | 101011 | 1000010 | 10100 | 10101 | 111000 | 110110 |
Color Harmonies of #CB7446
Complementary color
Monochromatic Colors of #CB7446
Black with #CB7446
Text Example
Text Example
White with #CB7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7446; }
p { color: rgb(203,116,70); }
H1.HeaderClassName
{
color: #CB7446;
}
.AnyTagClassName
{
color: #CB7446;
}
</style>
background-color css
<style>
a { background-color: #CB7446; }
a { background-color: rgb(203,116,70); }
div.DivClassName
{
background-color: #CB7446;
}
.BgClassName
{
background-color: #CB7446;
}
</style>
border-color css
<style>
span { border-color: #CB7446; }
span { border-color: rgb(203,116,70); }
td.TdClassName
{
border-color: #CB7446;
}
.TagClassName
{
border-color: #CB7446;
}
</style>