Shades of Cabaret #C5566A
Tints of Cabaret #C5566A
RGB
CMYK
RGB Variations
Color information
#C5566A (or 0xC5566A) is known color: Cabaret. HEX triplet: C5, 56 and 6A. RGB value is (197,86,106). Sum of RGB (Red+Green+Blue) = 197+86+106=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5566A is #3AA995. Grayscale: #797979. Windows color (decimal): -3844502 or 6969029. OLE color: 6969029.
HSL color Cylindrical-coordinate representation of color #C5566A: hue angle of 349.19º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5566A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 106 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.23 |
| HSL | 349.19º | 0.49% | 0.55% | - |
| HSV(B) | 349.19º | 0.56% | 0.77% | - |
| XYZ | 28.96 | 19.57 | 15.89 | - |
| YUV | 121.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 106 | 0 | 0.56 | 0.46 | 0.23 | 349.19 | 0.49 | 0.55 |
| Hex | C5 | 56 | 6A | 0 | 38 | 2E | 17 | 15D | 31 | 37 |
| Octal | 305 | 126 | 152 | 0 | 70 | 56 | 27 | 535 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1101010 | 0 | 111000 | 101110 | 10111 | 101011101 | 110001 | 110111 |
Color Harmonies of #C5566A
Complementary color
Monochromatic Colors of #C5566A
Black with #C5566A
Text Example
Text Example
White with #C5566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5566A; }
p { color: rgb(197,86,106); }
H1.HeaderClassName
{
color: #C5566A;
}
.AnyTagClassName
{
color: #C5566A;
}
</style>
background-color css
<style>
a { background-color: #C5566A; }
a { background-color: rgb(197,86,106); }
div.DivClassName
{
background-color: #C5566A;
}
.BgClassName
{
background-color: #C5566A;
}
</style>
border-color css
<style>
span { border-color: #C5566A; }
span { border-color: rgb(197,86,106); }
td.TdClassName
{
border-color: #C5566A;
}
.TagClassName
{
border-color: #C5566A;
}
</style>