Shades of Cabaret #CB5178
Tints of Cabaret #CB5178
RGB
CMYK
RGB Variations
Color information
#CB5178 (or 0xCB5178) is known color: Cabaret. HEX triplet: CB, 51 and 78. RGB value is (203,81,120). Sum of RGB (Red+Green+Blue) = 203+81+120=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5178 is #34AE87. Grayscale: #797979. Windows color (decimal): -3452552 or 7885259. OLE color: 7885259.
HSL color Cylindrical-coordinate representation of color #CB5178: hue angle of 340.82º 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 #CB5178 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 120 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.20 |
| HSL | 340.82º | 0.54% | 0.56% | - |
| HSV(B) | 340.82º | 0.6% | 0.8% | - |
| XYZ | 30.96 | 19.94 | 19.99 | - |
| YUV | 121.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 120 | 0 | 0.60 | 0.41 | 0.20 | 340.82 | 0.54 | 0.56 |
| Hex | CB | 51 | 78 | 0 | 3C | 29 | 14 | 155 | 36 | 38 |
| Octal | 313 | 121 | 170 | 0 | 74 | 51 | 24 | 525 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1111000 | 0 | 111100 | 101001 | 10100 | 101010101 | 110110 | 111000 |
Color Harmonies of #CB5178
Complementary color
Monochromatic Colors of #CB5178
Black with #CB5178
Text Example
Text Example
White with #CB5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5178; }
p { color: rgb(203,81,120); }
H1.HeaderClassName
{
color: #CB5178;
}
.AnyTagClassName
{
color: #CB5178;
}
</style>
background-color css
<style>
a { background-color: #CB5178; }
a { background-color: rgb(203,81,120); }
div.DivClassName
{
background-color: #CB5178;
}
.BgClassName
{
background-color: #CB5178;
}
</style>
border-color css
<style>
span { border-color: #CB5178; }
span { border-color: rgb(203,81,120); }
td.TdClassName
{
border-color: #CB5178;
}
.TagClassName
{
border-color: #CB5178;
}
</style>