Shades of Cabaret #CB536D
Tints of Cabaret #CB536D
RGB
CMYK
RGB Variations
Color information
#CB536D (or 0xCB536D) is known color: Cabaret. HEX triplet: CB, 53 and 6D. RGB value is (203,83,109). Sum of RGB (Red+Green+Blue) = 203+83+109=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB536D is #34AC92. Grayscale: #797979. Windows color (decimal): -3452051 or 7164875. OLE color: 7164875.
HSL color Cylindrical-coordinate representation of color #CB536D: hue angle of 347º 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 #CB536D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 109 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.20 |
| HSL | 347º | 0.54% | 0.56% | - |
| HSV(B) | 347º | 0.59% | 0.8% | - |
| XYZ | 30.48 | 19.99 | 16.72 | - |
| YUV | 121.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 109 | 0 | 0.59 | 0.46 | 0.20 | 347 | 0.54 | 0.56 |
| Hex | CB | 53 | 6D | 0 | 3B | 2E | 14 | 15B | 36 | 38 |
| Octal | 313 | 123 | 155 | 0 | 73 | 56 | 24 | 533 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1101101 | 0 | 111011 | 101110 | 10100 | 101011011 | 110110 | 111000 |
Color Harmonies of #CB536D
Complementary color
Monochromatic Colors of #CB536D
Black with #CB536D
Text Example
Text Example
White with #CB536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB536D; }
p { color: rgb(203,83,109); }
H1.HeaderClassName
{
color: #CB536D;
}
.AnyTagClassName
{
color: #CB536D;
}
</style>
background-color css
<style>
a { background-color: #CB536D; }
a { background-color: rgb(203,83,109); }
div.DivClassName
{
background-color: #CB536D;
}
.BgClassName
{
background-color: #CB536D;
}
</style>
border-color css
<style>
span { border-color: #CB536D; }
span { border-color: rgb(203,83,109); }
td.TdClassName
{
border-color: #CB536D;
}
.TagClassName
{
border-color: #CB536D;
}
</style>