Shades of Cabaret #CB5064
Tints of Cabaret #CB5064
RGB
CMYK
RGB Variations
Color information
#CB5064 (or 0xCB5064) is known color: Cabaret. HEX triplet: CB, 50 and 64. RGB value is (203,80,100). Sum of RGB (Red+Green+Blue) = 203+80+100=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5064 is #34AF9B. Grayscale: #777777. Windows color (decimal): -3452828 or 6574283. OLE color: 6574283.
HSL color Cylindrical-coordinate representation of color #CB5064: hue angle of 350.24º 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 #CB5064 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 100 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.20 |
| HSL | 350.24º | 0.54% | 0.55% | - |
| HSV(B) | 350.24º | 0.61% | 0.8% | - |
| XYZ | 29.8 | 19.35 | 14.22 | - |
| YUV | 119.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 100 | 0 | 0.61 | 0.51 | 0.20 | 350.24 | 0.54 | 0.55 |
| Hex | CB | 50 | 64 | 0 | 3D | 33 | 14 | 15E | 36 | 37 |
| Octal | 313 | 120 | 144 | 0 | 75 | 63 | 24 | 536 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1100100 | 0 | 111101 | 110011 | 10100 | 101011110 | 110110 | 110111 |
Color Harmonies of #CB5064
Complementary color
Monochromatic Colors of #CB5064
Black with #CB5064
Text Example
Text Example
White with #CB5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5064; }
p { color: rgb(203,80,100); }
H1.HeaderClassName
{
color: #CB5064;
}
.AnyTagClassName
{
color: #CB5064;
}
</style>
background-color css
<style>
a { background-color: #CB5064; }
a { background-color: rgb(203,80,100); }
div.DivClassName
{
background-color: #CB5064;
}
.BgClassName
{
background-color: #CB5064;
}
</style>
border-color css
<style>
span { border-color: #CB5064; }
span { border-color: rgb(203,80,100); }
td.TdClassName
{
border-color: #CB5064;
}
.TagClassName
{
border-color: #CB5064;
}
</style>