Shades of Cabaret #C5516B
Tints of Cabaret #C5516B
RGB
CMYK
RGB Variations
Color information
#C5516B (or 0xC5516B) is known color: Cabaret. HEX triplet: C5, 51 and 6B. RGB value is (197,81,107). Sum of RGB (Red+Green+Blue) = 197+81+107=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5516B is #3AAE94. Grayscale: #767676. Windows color (decimal): -3845781 or 7033285. OLE color: 7033285.
HSL color Cylindrical-coordinate representation of color #C5516B: hue angle of 346.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5516B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 107 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.23 |
| HSL | 346.55º | 0.5% | 0.55% | - |
| HSV(B) | 346.55º | 0.59% | 0.77% | - |
| XYZ | 28.62 | 18.82 | 16.03 | - |
| YUV | 118.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 107 | 0 | 0.59 | 0.46 | 0.23 | 346.55 | 0.5 | 0.55 |
| Hex | C5 | 51 | 6B | 0 | 3B | 2E | 17 | 15B | 32 | 37 |
| Octal | 305 | 121 | 153 | 0 | 73 | 56 | 27 | 533 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1101011 | 0 | 111011 | 101110 | 10111 | 101011011 | 110010 | 110111 |
Color Harmonies of #C5516B
Complementary color
Monochromatic Colors of #C5516B
Black with #C5516B
Text Example
Text Example
White with #C5516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5516B; }
p { color: rgb(197,81,107); }
H1.HeaderClassName
{
color: #C5516B;
}
.AnyTagClassName
{
color: #C5516B;
}
</style>
background-color css
<style>
a { background-color: #C5516B; }
a { background-color: rgb(197,81,107); }
div.DivClassName
{
background-color: #C5516B;
}
.BgClassName
{
background-color: #C5516B;
}
</style>
border-color css
<style>
span { border-color: #C5516B; }
span { border-color: rgb(197,81,107); }
td.TdClassName
{
border-color: #C5516B;
}
.TagClassName
{
border-color: #C5516B;
}
</style>