Shades of Cabaret #C5566F
Tints of Cabaret #C5566F
RGB
CMYK
RGB Variations
Color information
#C5566F (or 0xC5566F) is known color: Cabaret. HEX triplet: C5, 56 and 6F. RGB value is (197,86,111). Sum of RGB (Red+Green+Blue) = 197+86+111=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5566F is #3AA990. Grayscale: #7A7A7A. Windows color (decimal): -3844497 or 7296709. OLE color: 7296709.
HSL color Cylindrical-coordinate representation of color #C5566F: hue angle of 346.49º 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 #C5566F is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 111 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.23 |
| HSL | 346.49º | 0.49% | 0.55% | - |
| HSV(B) | 346.49º | 0.56% | 0.77% | - |
| XYZ | 29.22 | 19.67 | 17.3 | - |
| YUV | 122.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 111 | 0 | 0.56 | 0.44 | 0.23 | 346.49 | 0.49 | 0.55 |
| Hex | C5 | 56 | 6F | 0 | 38 | 2C | 17 | 15A | 31 | 37 |
| Octal | 305 | 126 | 157 | 0 | 70 | 54 | 27 | 532 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1101111 | 0 | 111000 | 101100 | 10111 | 101011010 | 110001 | 110111 |
Color Harmonies of #C5566F
Complementary color
Monochromatic Colors of #C5566F
Black with #C5566F
Text Example
Text Example
White with #C5566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5566F; }
p { color: rgb(197,86,111); }
H1.HeaderClassName
{
color: #C5566F;
}
.AnyTagClassName
{
color: #C5566F;
}
</style>
background-color css
<style>
a { background-color: #C5566F; }
a { background-color: rgb(197,86,111); }
div.DivClassName
{
background-color: #C5566F;
}
.BgClassName
{
background-color: #C5566F;
}
</style>
border-color css
<style>
span { border-color: #C5566F; }
span { border-color: rgb(197,86,111); }
td.TdClassName
{
border-color: #C5566F;
}
.TagClassName
{
border-color: #C5566F;
}
</style>