Shades of Red Damask #CB7450
Tints of Red Damask #CB7450
RGB
CMYK
RGB Variations
Color information
#CB7450 (or 0xCB7450) is known color: Red Damask. HEX triplet: CB, 74 and 50. RGB value is (203,116,80). Sum of RGB (Red+Green+Blue) = 203+116+80=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7450 is #348BAF. Grayscale: #8A8A8A. Windows color (decimal): -3443632 or 5272779. OLE color: 5272779.
HSL color Cylindrical-coordinate representation of color #CB7450: hue angle of 17.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB7450 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 80 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.20 |
| HSL | 17.56º | 0.54% | 0.55% | - |
| HSV(B) | 17.56º | 0.61% | 0.8% | - |
| XYZ | 32.32 | 25.77 | 10.86 | - |
| YUV | 137.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 80 | 0 | 0.43 | 0.61 | 0.20 | 17.56 | 0.54 | 0.55 |
| Hex | CB | 74 | 50 | 0 | 2B | 3D | 14 | 12 | 36 | 37 |
| Octal | 313 | 164 | 120 | 0 | 53 | 75 | 24 | 22 | 66 | 67 |
| Binary | 11001011 | 1110100 | 1010000 | 0 | 101011 | 111101 | 10100 | 10010 | 110110 | 110111 |
Color Harmonies of #CB7450
Complementary color
Monochromatic Colors of #CB7450
Black with #CB7450
Text Example
Text Example
White with #CB7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7450; }
p { color: rgb(203,116,80); }
H1.HeaderClassName
{
color: #CB7450;
}
.AnyTagClassName
{
color: #CB7450;
}
</style>
background-color css
<style>
a { background-color: #CB7450; }
a { background-color: rgb(203,116,80); }
div.DivClassName
{
background-color: #CB7450;
}
.BgClassName
{
background-color: #CB7450;
}
</style>
border-color css
<style>
span { border-color: #CB7450; }
span { border-color: rgb(203,116,80); }
td.TdClassName
{
border-color: #CB7450;
}
.TagClassName
{
border-color: #CB7450;
}
</style>