Shades of Cabaret #CB5464
Tints of Cabaret #CB5464
RGB
CMYK
RGB Variations
Color information
#CB5464 (or 0xCB5464) is known color: Cabaret. HEX triplet: CB, 54 and 64. RGB value is (203,84,100). Sum of RGB (Red+Green+Blue) = 203+84+100=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5464 is #34AB9B. Grayscale: #797979. Windows color (decimal): -3451804 or 6575307. OLE color: 6575307.
HSL color Cylindrical-coordinate representation of color #CB5464: hue angle of 351.93º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5464 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 100 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.20 |
| HSL | 351.93º | 0.53% | 0.56% | - |
| HSV(B) | 351.93º | 0.59% | 0.8% | - |
| XYZ | 30.1 | 19.96 | 14.32 | - |
| YUV | 121.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 100 | 0 | 0.59 | 0.51 | 0.20 | 351.93 | 0.53 | 0.56 |
| Hex | CB | 54 | 64 | 0 | 3B | 33 | 14 | 160 | 35 | 38 |
| Octal | 313 | 124 | 144 | 0 | 73 | 63 | 24 | 540 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1100100 | 0 | 111011 | 110011 | 10100 | 101100000 | 110101 | 111000 |
Color Harmonies of #CB5464
Complementary color
Monochromatic Colors of #CB5464
Black with #CB5464
Text Example
Text Example
White with #CB5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5464; }
p { color: rgb(203,84,100); }
H1.HeaderClassName
{
color: #CB5464;
}
.AnyTagClassName
{
color: #CB5464;
}
</style>
background-color css
<style>
a { background-color: #CB5464; }
a { background-color: rgb(203,84,100); }
div.DivClassName
{
background-color: #CB5464;
}
.BgClassName
{
background-color: #CB5464;
}
</style>
border-color css
<style>
span { border-color: #CB5464; }
span { border-color: rgb(203,84,100); }
td.TdClassName
{
border-color: #CB5464;
}
.TagClassName
{
border-color: #CB5464;
}
</style>