Shades of Cabaret #CB4666
Tints of Cabaret #CB4666
RGB
CMYK
RGB Variations
Color information
#CB4666 (or 0xCB4666) is known color: Cabaret. HEX triplet: CB, 46 and 66. RGB value is (203,70,102). Sum of RGB (Red+Green+Blue) = 203+70+102=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4666 is #34B999. Grayscale: #717171. Windows color (decimal): -3455386 or 6702795. OLE color: 6702795.
HSL color Cylindrical-coordinate representation of color #CB4666: hue angle of 345.56º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4666 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 102 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.20 |
| HSL | 345.56º | 0.56% | 0.54% | - |
| HSV(B) | 345.56º | 0.66% | 0.8% | - |
| XYZ | 29.22 | 18.04 | 14.51 | - |
| YUV | 113.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 102 | 0 | 0.66 | 0.50 | 0.20 | 345.56 | 0.56 | 0.54 |
| Hex | CB | 46 | 66 | 0 | 42 | 32 | 14 | 15A | 38 | 36 |
| Octal | 313 | 106 | 146 | 0 | 102 | 62 | 24 | 532 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1100110 | 0 | 1000010 | 110010 | 10100 | 101011010 | 111000 | 110110 |
Color Harmonies of #CB4666
Complementary color
Monochromatic Colors of #CB4666
Black with #CB4666
Text Example
Text Example
White with #CB4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4666; }
p { color: rgb(203,70,102); }
H1.HeaderClassName
{
color: #CB4666;
}
.AnyTagClassName
{
color: #CB4666;
}
</style>
background-color css
<style>
a { background-color: #CB4666; }
a { background-color: rgb(203,70,102); }
div.DivClassName
{
background-color: #CB4666;
}
.BgClassName
{
background-color: #CB4666;
}
</style>
border-color css
<style>
span { border-color: #CB4666; }
span { border-color: rgb(203,70,102); }
td.TdClassName
{
border-color: #CB4666;
}
.TagClassName
{
border-color: #CB4666;
}
</style>