Shades of Cabaret #C6556A
Tints of Cabaret #C6556A
RGB
CMYK
RGB Variations
Color information
#C6556A (or 0xC6556A) is known color: Cabaret. HEX triplet: C6, 55 and 6A. RGB value is (198,85,106). Sum of RGB (Red+Green+Blue) = 198+85+106=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6556A is #39AA95. Grayscale: #797979. Windows color (decimal): -3779222 or 6968774. OLE color: 6968774.
HSL color Cylindrical-coordinate representation of color #C6556A: hue angle of 348.85º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6556A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 106 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.85º | 0.5% | 0.55% | - |
| HSV(B) | 348.85º | 0.57% | 0.78% | - |
| XYZ | 29.14 | 19.54 | 15.87 | - |
| YUV | 121.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 106 | 0 | 0.57 | 0.46 | 0.22 | 348.85 | 0.5 | 0.55 |
| Hex | C6 | 55 | 6A | 0 | 39 | 2E | 16 | 15D | 32 | 37 |
| Octal | 306 | 125 | 152 | 0 | 71 | 56 | 26 | 535 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1101010 | 0 | 111001 | 101110 | 10110 | 101011101 | 110010 | 110111 |
Color Harmonies of #C6556A
Complementary color
Monochromatic Colors of #C6556A
Black with #C6556A
Text Example
Text Example
White with #C6556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6556A; }
p { color: rgb(198,85,106); }
H1.HeaderClassName
{
color: #C6556A;
}
.AnyTagClassName
{
color: #C6556A;
}
</style>
background-color css
<style>
a { background-color: #C6556A; }
a { background-color: rgb(198,85,106); }
div.DivClassName
{
background-color: #C6556A;
}
.BgClassName
{
background-color: #C6556A;
}
</style>
border-color css
<style>
span { border-color: #C6556A; }
span { border-color: rgb(198,85,106); }
td.TdClassName
{
border-color: #C6556A;
}
.TagClassName
{
border-color: #C6556A;
}
</style>