Shades of Cabaret #C6516B
Tints of Cabaret #C6516B
RGB
CMYK
RGB Variations
Color information
#C6516B (or 0xC6516B) is known color: Cabaret. HEX triplet: C6, 51 and 6B. RGB value is (198,81,107). Sum of RGB (Red+Green+Blue) = 198+81+107=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6516B is #39AE94. Grayscale: #767676. Windows color (decimal): -3780245 or 7033286. OLE color: 7033286.
HSL color Cylindrical-coordinate representation of color #C6516B: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6516B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 107 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.22 |
| HSL | 346.67º | 0.51% | 0.55% | - |
| HSV(B) | 346.67º | 0.59% | 0.78% | - |
| XYZ | 28.88 | 18.95 | 16.05 | - |
| YUV | 118.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 107 | 0 | 0.59 | 0.46 | 0.22 | 346.67 | 0.51 | 0.55 |
| Hex | C6 | 51 | 6B | 0 | 3B | 2E | 16 | 15B | 33 | 37 |
| Octal | 306 | 121 | 153 | 0 | 73 | 56 | 26 | 533 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1101011 | 0 | 111011 | 101110 | 10110 | 101011011 | 110011 | 110111 |
Color Harmonies of #C6516B
Complementary color
Monochromatic Colors of #C6516B
Black with #C6516B
Text Example
Text Example
White with #C6516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6516B; }
p { color: rgb(198,81,107); }
H1.HeaderClassName
{
color: #C6516B;
}
.AnyTagClassName
{
color: #C6516B;
}
</style>
background-color css
<style>
a { background-color: #C6516B; }
a { background-color: rgb(198,81,107); }
div.DivClassName
{
background-color: #C6516B;
}
.BgClassName
{
background-color: #C6516B;
}
</style>
border-color css
<style>
span { border-color: #C6516B; }
span { border-color: rgb(198,81,107); }
td.TdClassName
{
border-color: #C6516B;
}
.TagClassName
{
border-color: #C6516B;
}
</style>