Shades of Cabaret #CB5366
Tints of Cabaret #CB5366
RGB
CMYK
RGB Variations
Color information
#CB5366 (or 0xCB5366) is known color: Cabaret. HEX triplet: CB, 53 and 66. RGB value is (203,83,102). Sum of RGB (Red+Green+Blue) = 203+83+102=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5366 is #34AC99. Grayscale: #797979. Windows color (decimal): -3452058 or 6706123. OLE color: 6706123.
HSL color Cylindrical-coordinate representation of color #CB5366: hue angle of 350.5º degrees, saturation: 0.54, 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 #CB5366 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 102 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.20 |
| HSL | 350.5º | 0.54% | 0.56% | - |
| HSV(B) | 350.5º | 0.59% | 0.8% | - |
| XYZ | 30.12 | 19.84 | 14.81 | - |
| YUV | 121.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 102 | 0 | 0.59 | 0.50 | 0.20 | 350.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 66 | 0 | 3B | 32 | 14 | 15E | 36 | 38 |
| Octal | 313 | 123 | 146 | 0 | 73 | 62 | 24 | 536 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1100110 | 0 | 111011 | 110010 | 10100 | 101011110 | 110110 | 111000 |
Color Harmonies of #CB5366
Complementary color
Monochromatic Colors of #CB5366
Black with #CB5366
Text Example
Text Example
White with #CB5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5366; }
p { color: rgb(203,83,102); }
H1.HeaderClassName
{
color: #CB5366;
}
.AnyTagClassName
{
color: #CB5366;
}
</style>
background-color css
<style>
a { background-color: #CB5366; }
a { background-color: rgb(203,83,102); }
div.DivClassName
{
background-color: #CB5366;
}
.BgClassName
{
background-color: #CB5366;
}
</style>
border-color css
<style>
span { border-color: #CB5366; }
span { border-color: rgb(203,83,102); }
td.TdClassName
{
border-color: #CB5366;
}
.TagClassName
{
border-color: #CB5366;
}
</style>