Shades of Red Damask #CB7150
Tints of Red Damask #CB7150
RGB
CMYK
RGB Variations
Color information
#CB7150 (or 0xCB7150) is known color: Red Damask. HEX triplet: CB, 71 and 50. RGB value is (203,113,80). Sum of RGB (Red+Green+Blue) = 203+113+80=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7150 is #348EAF. Grayscale: #888888. Windows color (decimal): -3444400 or 5272011. OLE color: 5272011.
HSL color Cylindrical-coordinate representation of color #CB7150: hue angle of 16.1º 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 #CB7150 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 80 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.20 |
| HSL | 16.1º | 0.54% | 0.55% | - |
| HSV(B) | 16.1º | 0.61% | 0.8% | - |
| XYZ | 31.98 | 25.09 | 10.75 | - |
| YUV | 136.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 80 | 0 | 0.44 | 0.61 | 0.20 | 16.1 | 0.54 | 0.55 |
| Hex | CB | 71 | 50 | 0 | 2C | 3D | 14 | 10 | 36 | 37 |
| Octal | 313 | 161 | 120 | 0 | 54 | 75 | 24 | 20 | 66 | 67 |
| Binary | 11001011 | 1110001 | 1010000 | 0 | 101100 | 111101 | 10100 | 10000 | 110110 | 110111 |
Color Harmonies of #CB7150
Complementary color
Monochromatic Colors of #CB7150
Black with #CB7150
Text Example
Text Example
White with #CB7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7150; }
p { color: rgb(203,113,80); }
H1.HeaderClassName
{
color: #CB7150;
}
.AnyTagClassName
{
color: #CB7150;
}
</style>
background-color css
<style>
a { background-color: #CB7150; }
a { background-color: rgb(203,113,80); }
div.DivClassName
{
background-color: #CB7150;
}
.BgClassName
{
background-color: #CB7150;
}
</style>
border-color css
<style>
span { border-color: #CB7150; }
span { border-color: rgb(203,113,80); }
td.TdClassName
{
border-color: #CB7150;
}
.TagClassName
{
border-color: #CB7150;
}
</style>