Shades of Cabaret #C5566B
Tints of Cabaret #C5566B
RGB
CMYK
RGB Variations
Color information
#C5566B (or 0xC5566B) is known color: Cabaret. HEX triplet: C5, 56 and 6B. RGB value is (197,86,107). Sum of RGB (Red+Green+Blue) = 197+86+107=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5566B is #3AA994. Grayscale: #797979. Windows color (decimal): -3844501 or 7034565. OLE color: 7034565.
HSL color Cylindrical-coordinate representation of color #C5566B: hue angle of 348.65º 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 #C5566B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 107 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.23 |
| HSL | 348.65º | 0.49% | 0.55% | - |
| HSV(B) | 348.65º | 0.56% | 0.77% | - |
| XYZ | 29.01 | 19.59 | 16.16 | - |
| YUV | 121.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 107 | 0 | 0.56 | 0.46 | 0.23 | 348.65 | 0.49 | 0.55 |
| Hex | C5 | 56 | 6B | 0 | 38 | 2E | 17 | 15D | 31 | 37 |
| Octal | 305 | 126 | 153 | 0 | 70 | 56 | 27 | 535 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1101011 | 0 | 111000 | 101110 | 10111 | 101011101 | 110001 | 110111 |
Color Harmonies of #C5566B
Complementary color
Monochromatic Colors of #C5566B
Black with #C5566B
Text Example
Text Example
White with #C5566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5566B; }
p { color: rgb(197,86,107); }
H1.HeaderClassName
{
color: #C5566B;
}
.AnyTagClassName
{
color: #C5566B;
}
</style>
background-color css
<style>
a { background-color: #C5566B; }
a { background-color: rgb(197,86,107); }
div.DivClassName
{
background-color: #C5566B;
}
.BgClassName
{
background-color: #C5566B;
}
</style>
border-color css
<style>
span { border-color: #C5566B; }
span { border-color: rgb(197,86,107); }
td.TdClassName
{
border-color: #C5566B;
}
.TagClassName
{
border-color: #C5566B;
}
</style>