Shades of Cabaret #CB5063
Tints of Cabaret #CB5063
RGB
CMYK
RGB Variations
Color information
#CB5063 (or 0xCB5063) is known color: Cabaret. HEX triplet: CB, 50 and 63. RGB value is (203,80,99). Sum of RGB (Red+Green+Blue) = 203+80+99=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5063 is #34AF9C. Grayscale: #767676. Windows color (decimal): -3452829 or 6508747. OLE color: 6508747.
HSL color Cylindrical-coordinate representation of color #CB5063: hue angle of 350.73º 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 #CB5063 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 99 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.20 |
| HSL | 350.73º | 0.54% | 0.55% | - |
| HSV(B) | 350.73º | 0.61% | 0.8% | - |
| XYZ | 29.75 | 19.33 | 13.97 | - |
| YUV | 118.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 99 | 0 | 0.61 | 0.51 | 0.20 | 350.73 | 0.54 | 0.55 |
| Hex | CB | 50 | 63 | 0 | 3D | 33 | 14 | 15F | 36 | 37 |
| Octal | 313 | 120 | 143 | 0 | 75 | 63 | 24 | 537 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1100011 | 0 | 111101 | 110011 | 10100 | 101011111 | 110110 | 110111 |
Color Harmonies of #CB5063
Complementary color
Monochromatic Colors of #CB5063
Black with #CB5063
Text Example
Text Example
White with #CB5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5063; }
p { color: rgb(203,80,99); }
H1.HeaderClassName
{
color: #CB5063;
}
.AnyTagClassName
{
color: #CB5063;
}
</style>
background-color css
<style>
a { background-color: #CB5063; }
a { background-color: rgb(203,80,99); }
div.DivClassName
{
background-color: #CB5063;
}
.BgClassName
{
background-color: #CB5063;
}
</style>
border-color css
<style>
span { border-color: #CB5063; }
span { border-color: rgb(203,80,99); }
td.TdClassName
{
border-color: #CB5063;
}
.TagClassName
{
border-color: #CB5063;
}
</style>