Shades of Cabaret #CB4864
Tints of Cabaret #CB4864
RGB
CMYK
RGB Variations
Color information
#CB4864 (or 0xCB4864) is known color: Cabaret. HEX triplet: CB, 48 and 64. RGB value is (203,72,100). Sum of RGB (Red+Green+Blue) = 203+72+100=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4864 is #34B79B. Grayscale: #727272. Windows color (decimal): -3454876 or 6572235. OLE color: 6572235.
HSL color Cylindrical-coordinate representation of color #CB4864: hue angle of 347.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4864 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 100 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.20 |
| HSL | 347.18º | 0.56% | 0.54% | - |
| HSV(B) | 347.18º | 0.65% | 0.8% | - |
| XYZ | 29.25 | 18.25 | 14.04 | - |
| YUV | 114.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 100 | 0 | 0.65 | 0.51 | 0.20 | 347.18 | 0.56 | 0.54 |
| Hex | CB | 48 | 64 | 0 | 41 | 33 | 14 | 15B | 38 | 36 |
| Octal | 313 | 110 | 144 | 0 | 101 | 63 | 24 | 533 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1100100 | 0 | 1000001 | 110011 | 10100 | 101011011 | 111000 | 110110 |
Color Harmonies of #CB4864
Complementary color
Monochromatic Colors of #CB4864
Black with #CB4864
Text Example
Text Example
White with #CB4864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4864; }
p { color: rgb(203,72,100); }
H1.HeaderClassName
{
color: #CB4864;
}
.AnyTagClassName
{
color: #CB4864;
}
</style>
background-color css
<style>
a { background-color: #CB4864; }
a { background-color: rgb(203,72,100); }
div.DivClassName
{
background-color: #CB4864;
}
.BgClassName
{
background-color: #CB4864;
}
</style>
border-color css
<style>
span { border-color: #CB4864; }
span { border-color: rgb(203,72,100); }
td.TdClassName
{
border-color: #CB4864;
}
.TagClassName
{
border-color: #CB4864;
}
</style>