Shades of Cabaret #CB5170
Tints of Cabaret #CB5170
RGB
CMYK
RGB Variations
Color information
#CB5170 (or 0xCB5170) is known color: Cabaret. HEX triplet: CB, 51 and 70. RGB value is (203,81,112). Sum of RGB (Red+Green+Blue) = 203+81+112=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5170 is #34AE8F. Grayscale: #797979. Windows color (decimal): -3452560 or 7360971. OLE color: 7360971.
HSL color Cylindrical-coordinate representation of color #CB5170: hue angle of 344.75º 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 #CB5170 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 112 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.20 |
| HSL | 344.75º | 0.54% | 0.56% | - |
| HSV(B) | 344.75º | 0.6% | 0.8% | - |
| XYZ | 30.5 | 19.75 | 17.53 | - |
| YUV | 121.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 112 | 0 | 0.60 | 0.45 | 0.20 | 344.75 | 0.54 | 0.56 |
| Hex | CB | 51 | 70 | 0 | 3C | 2D | 14 | 159 | 36 | 38 |
| Octal | 313 | 121 | 160 | 0 | 74 | 55 | 24 | 531 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1110000 | 0 | 111100 | 101101 | 10100 | 101011001 | 110110 | 111000 |
Color Harmonies of #CB5170
Complementary color
Monochromatic Colors of #CB5170
Black with #CB5170
Text Example
Text Example
White with #CB5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5170; }
p { color: rgb(203,81,112); }
H1.HeaderClassName
{
color: #CB5170;
}
.AnyTagClassName
{
color: #CB5170;
}
</style>
background-color css
<style>
a { background-color: #CB5170; }
a { background-color: rgb(203,81,112); }
div.DivClassName
{
background-color: #CB5170;
}
.BgClassName
{
background-color: #CB5170;
}
</style>
border-color css
<style>
span { border-color: #CB5170; }
span { border-color: rgb(203,81,112); }
td.TdClassName
{
border-color: #CB5170;
}
.TagClassName
{
border-color: #CB5170;
}
</style>