Shades of Cabaret #C5516C
Tints of Cabaret #C5516C
RGB
CMYK
RGB Variations
Color information
#C5516C (or 0xC5516C) is known color: Cabaret. HEX triplet: C5, 51 and 6C. RGB value is (197,81,108). Sum of RGB (Red+Green+Blue) = 197+81+108=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5516C is #3AAE93. Grayscale: #767676. Windows color (decimal): -3845780 or 7098821. OLE color: 7098821.
HSL color Cylindrical-coordinate representation of color #C5516C: hue angle of 346.03º 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 #C5516C is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 108 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.23 |
| HSL | 346.03º | 0.5% | 0.55% | - |
| HSV(B) | 346.03º | 0.59% | 0.77% | - |
| XYZ | 28.68 | 18.84 | 16.31 | - |
| YUV | 118.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 108 | 0 | 0.59 | 0.45 | 0.23 | 346.03 | 0.5 | 0.55 |
| Hex | C5 | 51 | 6C | 0 | 3B | 2D | 17 | 15A | 32 | 37 |
| Octal | 305 | 121 | 154 | 0 | 73 | 55 | 27 | 532 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1101100 | 0 | 111011 | 101101 | 10111 | 101011010 | 110010 | 110111 |
Color Harmonies of #C5516C
Complementary color
Monochromatic Colors of #C5516C
Black with #C5516C
Text Example
Text Example
White with #C5516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5516C; }
p { color: rgb(197,81,108); }
H1.HeaderClassName
{
color: #C5516C;
}
.AnyTagClassName
{
color: #C5516C;
}
</style>
background-color css
<style>
a { background-color: #C5516C; }
a { background-color: rgb(197,81,108); }
div.DivClassName
{
background-color: #C5516C;
}
.BgClassName
{
background-color: #C5516C;
}
</style>
border-color css
<style>
span { border-color: #C5516C; }
span { border-color: rgb(197,81,108); }
td.TdClassName
{
border-color: #C5516C;
}
.TagClassName
{
border-color: #C5516C;
}
</style>