Shades of Cabaret #CB536B
Tints of Cabaret #CB536B
RGB
CMYK
RGB Variations
Color information
#CB536B (or 0xCB536B) is known color: Cabaret. HEX triplet: CB, 53 and 6B. RGB value is (203,83,107). Sum of RGB (Red+Green+Blue) = 203+83+107=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB536B is #34AC94. Grayscale: #797979. Windows color (decimal): -3452053 or 7033803. OLE color: 7033803.
HSL color Cylindrical-coordinate representation of color #CB536B: hue angle of 348º 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 #CB536B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 107 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.20 |
| HSL | 348º | 0.54% | 0.56% | - |
| HSV(B) | 348º | 0.59% | 0.8% | - |
| XYZ | 30.38 | 19.94 | 16.16 | - |
| YUV | 121.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 107 | 0 | 0.59 | 0.47 | 0.20 | 348 | 0.54 | 0.56 |
| Hex | CB | 53 | 6B | 0 | 3B | 2F | 14 | 15C | 36 | 38 |
| Octal | 313 | 123 | 153 | 0 | 73 | 57 | 24 | 534 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1101011 | 0 | 111011 | 101111 | 10100 | 101011100 | 110110 | 111000 |
Color Harmonies of #CB536B
Complementary color
Monochromatic Colors of #CB536B
Black with #CB536B
Text Example
Text Example
White with #CB536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB536B; }
p { color: rgb(203,83,107); }
H1.HeaderClassName
{
color: #CB536B;
}
.AnyTagClassName
{
color: #CB536B;
}
</style>
background-color css
<style>
a { background-color: #CB536B; }
a { background-color: rgb(203,83,107); }
div.DivClassName
{
background-color: #CB536B;
}
.BgClassName
{
background-color: #CB536B;
}
</style>
border-color css
<style>
span { border-color: #CB536B; }
span { border-color: rgb(203,83,107); }
td.TdClassName
{
border-color: #CB536B;
}
.TagClassName
{
border-color: #CB536B;
}
</style>