Shades of Cabaret #CB5076
Tints of Cabaret #CB5076
RGB
CMYK
RGB Variations
Color information
#CB5076 (or 0xCB5076) is known color: Cabaret. HEX triplet: CB, 50 and 76. RGB value is (203,80,118). Sum of RGB (Red+Green+Blue) = 203+80+118=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5076 is #34AF89. Grayscale: #797979. Windows color (decimal): -3452810 or 7753931. OLE color: 7753931.
HSL color Cylindrical-coordinate representation of color #CB5076: hue angle of 341.46º 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 #CB5076 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 118 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.20 |
| HSL | 341.46º | 0.54% | 0.55% | - |
| HSV(B) | 341.46º | 0.61% | 0.8% | - |
| XYZ | 30.77 | 19.74 | 19.33 | - |
| YUV | 121.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 118 | 0 | 0.61 | 0.42 | 0.20 | 341.46 | 0.54 | 0.55 |
| Hex | CB | 50 | 76 | 0 | 3D | 2A | 14 | 155 | 36 | 37 |
| Octal | 313 | 120 | 166 | 0 | 75 | 52 | 24 | 525 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1110110 | 0 | 111101 | 101010 | 10100 | 101010101 | 110110 | 110111 |
Color Harmonies of #CB5076
Complementary color
Monochromatic Colors of #CB5076
Black with #CB5076
Text Example
Text Example
White with #CB5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5076; }
p { color: rgb(203,80,118); }
H1.HeaderClassName
{
color: #CB5076;
}
.AnyTagClassName
{
color: #CB5076;
}
</style>
background-color css
<style>
a { background-color: #CB5076; }
a { background-color: rgb(203,80,118); }
div.DivClassName
{
background-color: #CB5076;
}
.BgClassName
{
background-color: #CB5076;
}
</style>
border-color css
<style>
span { border-color: #CB5076; }
span { border-color: rgb(203,80,118); }
td.TdClassName
{
border-color: #CB5076;
}
.TagClassName
{
border-color: #CB5076;
}
</style>