Shades of Cabaret #CB4064
Tints of Cabaret #CB4064
RGB
CMYK
RGB Variations
Color information
#CB4064 (or 0xCB4064) is known color: Cabaret. HEX triplet: CB, 40 and 64. RGB value is (203,64,100). Sum of RGB (Red+Green+Blue) = 203+64+100=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4064 is #34BF9B. Grayscale: #6D6D6D. Windows color (decimal): -3456924 or 6570187. OLE color: 6570187.
HSL color Cylindrical-coordinate representation of color #CB4064: hue angle of 344.46º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4064 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 100 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.20 |
| HSL | 344.46º | 0.57% | 0.52% | - |
| HSV(B) | 344.46º | 0.68% | 0.8% | - |
| XYZ | 28.76 | 17.28 | 13.88 | - |
| YUV | 109.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 100 | 0 | 0.68 | 0.51 | 0.20 | 344.46 | 0.57 | 0.52 |
| Hex | CB | 40 | 64 | 0 | 44 | 33 | 14 | 158 | 39 | 34 |
| Octal | 313 | 100 | 144 | 0 | 104 | 63 | 24 | 530 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1100100 | 0 | 1000100 | 110011 | 10100 | 101011000 | 111001 | 110100 |
Color Harmonies of #CB4064
Complementary color
Monochromatic Colors of #CB4064
Black with #CB4064
Text Example
Text Example
White with #CB4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4064; }
p { color: rgb(203,64,100); }
H1.HeaderClassName
{
color: #CB4064;
}
.AnyTagClassName
{
color: #CB4064;
}
</style>
background-color css
<style>
a { background-color: #CB4064; }
a { background-color: rgb(203,64,100); }
div.DivClassName
{
background-color: #CB4064;
}
.BgClassName
{
background-color: #CB4064;
}
</style>
border-color css
<style>
span { border-color: #CB4064; }
span { border-color: rgb(203,64,100); }
td.TdClassName
{
border-color: #CB4064;
}
.TagClassName
{
border-color: #CB4064;
}
</style>