Shades of Cabaret #CB5278
Tints of Cabaret #CB5278
RGB
CMYK
RGB Variations
Color information
#CB5278 (or 0xCB5278) is known color: Cabaret. HEX triplet: CB, 52 and 78. RGB value is (203,82,120). Sum of RGB (Red+Green+Blue) = 203+82+120=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5278 is #34AD87. Grayscale: #7A7A7A. Windows color (decimal): -3452296 or 7885515. OLE color: 7885515.
HSL color Cylindrical-coordinate representation of color #CB5278: hue angle of 341.16º 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 #CB5278 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 120 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.20 |
| HSL | 341.16º | 0.54% | 0.56% | - |
| HSV(B) | 341.16º | 0.6% | 0.8% | - |
| XYZ | 31.04 | 20.09 | 20.01 | - |
| YUV | 122.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 120 | 0 | 0.60 | 0.41 | 0.20 | 341.16 | 0.54 | 0.56 |
| Hex | CB | 52 | 78 | 0 | 3C | 29 | 14 | 155 | 36 | 38 |
| Octal | 313 | 122 | 170 | 0 | 74 | 51 | 24 | 525 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1111000 | 0 | 111100 | 101001 | 10100 | 101010101 | 110110 | 111000 |
Color Harmonies of #CB5278
Complementary color
Monochromatic Colors of #CB5278
Black with #CB5278
Text Example
Text Example
White with #CB5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5278; }
p { color: rgb(203,82,120); }
H1.HeaderClassName
{
color: #CB5278;
}
.AnyTagClassName
{
color: #CB5278;
}
</style>
background-color css
<style>
a { background-color: #CB5278; }
a { background-color: rgb(203,82,120); }
div.DivClassName
{
background-color: #CB5278;
}
.BgClassName
{
background-color: #CB5278;
}
</style>
border-color css
<style>
span { border-color: #CB5278; }
span { border-color: rgb(203,82,120); }
td.TdClassName
{
border-color: #CB5278;
}
.TagClassName
{
border-color: #CB5278;
}
</style>