Shades of Cabaret #CB516D
Tints of Cabaret #CB516D
RGB
CMYK
RGB Variations
Color information
#CB516D (or 0xCB516D) is known color: Cabaret. HEX triplet: CB, 51 and 6D. RGB value is (203,81,109). Sum of RGB (Red+Green+Blue) = 203+81+109=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB516D is #34AE92. Grayscale: #787878. Windows color (decimal): -3452563 or 7164363. OLE color: 7164363.
HSL color Cylindrical-coordinate representation of color #CB516D: hue angle of 346.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB516D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 109 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.20 |
| HSL | 346.23º | 0.54% | 0.56% | - |
| HSV(B) | 346.23º | 0.6% | 0.8% | - |
| XYZ | 30.33 | 19.69 | 16.67 | - |
| YUV | 120.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 109 | 0 | 0.60 | 0.46 | 0.20 | 346.23 | 0.54 | 0.56 |
| Hex | CB | 51 | 6D | 0 | 3C | 2E | 14 | 15A | 36 | 38 |
| Octal | 313 | 121 | 155 | 0 | 74 | 56 | 24 | 532 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1101101 | 0 | 111100 | 101110 | 10100 | 101011010 | 110110 | 111000 |
Color Harmonies of #CB516D
Complementary color
Monochromatic Colors of #CB516D
Black with #CB516D
Text Example
Text Example
White with #CB516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB516D; }
p { color: rgb(203,81,109); }
H1.HeaderClassName
{
color: #CB516D;
}
.AnyTagClassName
{
color: #CB516D;
}
</style>
background-color css
<style>
a { background-color: #CB516D; }
a { background-color: rgb(203,81,109); }
div.DivClassName
{
background-color: #CB516D;
}
.BgClassName
{
background-color: #CB516D;
}
</style>
border-color css
<style>
span { border-color: #CB516D; }
span { border-color: rgb(203,81,109); }
td.TdClassName
{
border-color: #CB516D;
}
.TagClassName
{
border-color: #CB516D;
}
</style>