Shades of Cabaret #CB5176
Tints of Cabaret #CB5176
RGB
CMYK
RGB Variations
Color information
#CB5176 (or 0xCB5176) is known color: Cabaret. HEX triplet: CB, 51 and 76. RGB value is (203,81,118). Sum of RGB (Red+Green+Blue) = 203+81+118=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5176 is #34AE89. Grayscale: #797979. Windows color (decimal): -3452554 or 7754187. OLE color: 7754187.
HSL color Cylindrical-coordinate representation of color #CB5176: hue angle of 341.8º 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 #CB5176 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 118 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.20 |
| HSL | 341.8º | 0.54% | 0.56% | - |
| HSV(B) | 341.8º | 0.6% | 0.8% | - |
| XYZ | 30.84 | 19.89 | 19.35 | - |
| YUV | 121.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 118 | 0 | 0.60 | 0.42 | 0.20 | 341.8 | 0.54 | 0.56 |
| Hex | CB | 51 | 76 | 0 | 3C | 2A | 14 | 156 | 36 | 38 |
| Octal | 313 | 121 | 166 | 0 | 74 | 52 | 24 | 526 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1110110 | 0 | 111100 | 101010 | 10100 | 101010110 | 110110 | 111000 |
Color Harmonies of #CB5176
Complementary color
Monochromatic Colors of #CB5176
Black with #CB5176
Text Example
Text Example
White with #CB5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5176; }
p { color: rgb(203,81,118); }
H1.HeaderClassName
{
color: #CB5176;
}
.AnyTagClassName
{
color: #CB5176;
}
</style>
background-color css
<style>
a { background-color: #CB5176; }
a { background-color: rgb(203,81,118); }
div.DivClassName
{
background-color: #CB5176;
}
.BgClassName
{
background-color: #CB5176;
}
</style>
border-color css
<style>
span { border-color: #CB5176; }
span { border-color: rgb(203,81,118); }
td.TdClassName
{
border-color: #CB5176;
}
.TagClassName
{
border-color: #CB5176;
}
</style>