Shades of Cabaret #CB5B78
Tints of Cabaret #CB5B78
RGB
CMYK
RGB Variations
Color information
#CB5B78 (or 0xCB5B78) is known color: Cabaret. HEX triplet: CB, 5B and 78. RGB value is (203,91,120). Sum of RGB (Red+Green+Blue) = 203+91+120=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B78 is #34A487. Grayscale: #7F7F7F. Windows color (decimal): -3449992 or 7887819. OLE color: 7887819.
HSL color Cylindrical-coordinate representation of color #CB5B78: hue angle of 344.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B78 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 120 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.20 |
| HSL | 344.46º | 0.52% | 0.58% | - |
| HSV(B) | 344.46º | 0.55% | 0.8% | - |
| XYZ | 31.76 | 21.53 | 20.25 | - |
| YUV | 127.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 120 | 0 | 0.55 | 0.41 | 0.20 | 344.46 | 0.52 | 0.58 |
| Hex | CB | 5B | 78 | 0 | 37 | 29 | 14 | 158 | 34 | 3A |
| Octal | 313 | 133 | 170 | 0 | 67 | 51 | 24 | 530 | 64 | 72 |
| Binary | 11001011 | 1011011 | 1111000 | 0 | 110111 | 101001 | 10100 | 101011000 | 110100 | 111010 |
Color Harmonies of #CB5B78
Complementary color
Monochromatic Colors of #CB5B78
Black with #CB5B78
Text Example
Text Example
White with #CB5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B78; }
p { color: rgb(203,91,120); }
H1.HeaderClassName
{
color: #CB5B78;
}
.AnyTagClassName
{
color: #CB5B78;
}
</style>
background-color css
<style>
a { background-color: #CB5B78; }
a { background-color: rgb(203,91,120); }
div.DivClassName
{
background-color: #CB5B78;
}
.BgClassName
{
background-color: #CB5B78;
}
</style>
border-color css
<style>
span { border-color: #CB5B78; }
span { border-color: rgb(203,91,120); }
td.TdClassName
{
border-color: #CB5B78;
}
.TagClassName
{
border-color: #CB5B78;
}
</style>