Shades of Cabaret #C5516E
Tints of Cabaret #C5516E
RGB
CMYK
RGB Variations
Color information
#C5516E (or 0xC5516E) is known color: Cabaret. HEX triplet: C5, 51 and 6E. RGB value is (197,81,110). Sum of RGB (Red+Green+Blue) = 197+81+110=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5516E is #3AAE91. Grayscale: #767676. Windows color (decimal): -3845778 or 7229893. OLE color: 7229893.
HSL color Cylindrical-coordinate representation of color #C5516E: hue angle of 345º 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 #C5516E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 110 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.23 |
| HSL | 345º | 0.5% | 0.55% | - |
| HSV(B) | 345º | 0.59% | 0.77% | - |
| XYZ | 28.78 | 18.88 | 16.88 | - |
| YUV | 118.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 110 | 0 | 0.59 | 0.44 | 0.23 | 345 | 0.5 | 0.55 |
| Hex | C5 | 51 | 6E | 0 | 3B | 2C | 17 | 159 | 32 | 37 |
| Octal | 305 | 121 | 156 | 0 | 73 | 54 | 27 | 531 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1101110 | 0 | 111011 | 101100 | 10111 | 101011001 | 110010 | 110111 |
Color Harmonies of #C5516E
Complementary color
Monochromatic Colors of #C5516E
Black with #C5516E
Text Example
Text Example
White with #C5516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5516E; }
p { color: rgb(197,81,110); }
H1.HeaderClassName
{
color: #C5516E;
}
.AnyTagClassName
{
color: #C5516E;
}
</style>
background-color css
<style>
a { background-color: #C5516E; }
a { background-color: rgb(197,81,110); }
div.DivClassName
{
background-color: #C5516E;
}
.BgClassName
{
background-color: #C5516E;
}
</style>
border-color css
<style>
span { border-color: #C5516E; }
span { border-color: rgb(197,81,110); }
td.TdClassName
{
border-color: #C5516E;
}
.TagClassName
{
border-color: #C5516E;
}
</style>