Shades of Cabaret #CB5078
Tints of Cabaret #CB5078
RGB
CMYK
RGB Variations
Color information
#CB5078 (or 0xCB5078) is known color: Cabaret. HEX triplet: CB, 50 and 78. RGB value is (203,80,120). Sum of RGB (Red+Green+Blue) = 203+80+120=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5078 is #34AF87. Grayscale: #797979. Windows color (decimal): -3452808 or 7885003. OLE color: 7885003.
HSL color Cylindrical-coordinate representation of color #CB5078: hue angle of 340.49º 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 #CB5078 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 120 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.20 |
| HSL | 340.49º | 0.54% | 0.55% | - |
| HSV(B) | 340.49º | 0.61% | 0.8% | - |
| XYZ | 30.89 | 19.79 | 19.96 | - |
| YUV | 121.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 120 | 0 | 0.61 | 0.41 | 0.20 | 340.49 | 0.54 | 0.55 |
| Hex | CB | 50 | 78 | 0 | 3D | 29 | 14 | 154 | 36 | 37 |
| Octal | 313 | 120 | 170 | 0 | 75 | 51 | 24 | 524 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1111000 | 0 | 111101 | 101001 | 10100 | 101010100 | 110110 | 110111 |
Color Harmonies of #CB5078
Complementary color
Monochromatic Colors of #CB5078
Black with #CB5078
Text Example
Text Example
White with #CB5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5078; }
p { color: rgb(203,80,120); }
H1.HeaderClassName
{
color: #CB5078;
}
.AnyTagClassName
{
color: #CB5078;
}
</style>
background-color css
<style>
a { background-color: #CB5078; }
a { background-color: rgb(203,80,120); }
div.DivClassName
{
background-color: #CB5078;
}
.BgClassName
{
background-color: #CB5078;
}
</style>
border-color css
<style>
span { border-color: #CB5078; }
span { border-color: rgb(203,80,120); }
td.TdClassName
{
border-color: #CB5078;
}
.TagClassName
{
border-color: #CB5078;
}
</style>