Shades of Cabaret #CB536A
Tints of Cabaret #CB536A
RGB
CMYK
RGB Variations
Color information
#CB536A (or 0xCB536A) is known color: Cabaret. HEX triplet: CB, 53 and 6A. RGB value is (203,83,106). Sum of RGB (Red+Green+Blue) = 203+83+106=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB536A is #34AC95. Grayscale: #797979. Windows color (decimal): -3452054 or 6968267. OLE color: 6968267.
HSL color Cylindrical-coordinate representation of color #CB536A: hue angle of 348.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 #CB536A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 106 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.20 |
| HSL | 348.5º | 0.54% | 0.56% | - |
| HSV(B) | 348.5º | 0.59% | 0.8% | - |
| XYZ | 30.32 | 19.92 | 15.88 | - |
| YUV | 121.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 106 | 0 | 0.59 | 0.48 | 0.20 | 348.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 6A | 0 | 3B | 30 | 14 | 15C | 36 | 38 |
| Octal | 313 | 123 | 152 | 0 | 73 | 60 | 24 | 534 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1101010 | 0 | 111011 | 110000 | 10100 | 101011100 | 110110 | 111000 |
Color Harmonies of #CB536A
Complementary color
Monochromatic Colors of #CB536A
Black with #CB536A
Text Example
Text Example
White with #CB536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB536A; }
p { color: rgb(203,83,106); }
H1.HeaderClassName
{
color: #CB536A;
}
.AnyTagClassName
{
color: #CB536A;
}
</style>
background-color css
<style>
a { background-color: #CB536A; }
a { background-color: rgb(203,83,106); }
div.DivClassName
{
background-color: #CB536A;
}
.BgClassName
{
background-color: #CB536A;
}
</style>
border-color css
<style>
span { border-color: #CB536A; }
span { border-color: rgb(203,83,106); }
td.TdClassName
{
border-color: #CB536A;
}
.TagClassName
{
border-color: #CB536A;
}
</style>