Shades of Cabaret #CB5270
Tints of Cabaret #CB5270
RGB
CMYK
RGB Variations
Color information
#CB5270 (or 0xCB5270) is known color: Cabaret. HEX triplet: CB, 52 and 70. RGB value is (203,82,112). Sum of RGB (Red+Green+Blue) = 203+82+112=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5270 is #34AD8F. Grayscale: #797979. Windows color (decimal): -3452304 or 7361227. OLE color: 7361227.
HSL color Cylindrical-coordinate representation of color #CB5270: hue angle of 345.12º 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 #CB5270 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 112 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.20 |
| HSL | 345.12º | 0.54% | 0.56% | - |
| HSV(B) | 345.12º | 0.6% | 0.8% | - |
| XYZ | 30.57 | 19.9 | 17.56 | - |
| YUV | 121.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 112 | 0 | 0.60 | 0.45 | 0.20 | 345.12 | 0.54 | 0.56 |
| Hex | CB | 52 | 70 | 0 | 3C | 2D | 14 | 159 | 36 | 38 |
| Octal | 313 | 122 | 160 | 0 | 74 | 55 | 24 | 531 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1110000 | 0 | 111100 | 101101 | 10100 | 101011001 | 110110 | 111000 |
Color Harmonies of #CB5270
Complementary color
Monochromatic Colors of #CB5270
Black with #CB5270
Text Example
Text Example
White with #CB5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5270; }
p { color: rgb(203,82,112); }
H1.HeaderClassName
{
color: #CB5270;
}
.AnyTagClassName
{
color: #CB5270;
}
</style>
background-color css
<style>
a { background-color: #CB5270; }
a { background-color: rgb(203,82,112); }
div.DivClassName
{
background-color: #CB5270;
}
.BgClassName
{
background-color: #CB5270;
}
</style>
border-color css
<style>
span { border-color: #CB5270; }
span { border-color: rgb(203,82,112); }
td.TdClassName
{
border-color: #CB5270;
}
.TagClassName
{
border-color: #CB5270;
}
</style>