Shades of Cabaret #C5596E
Tints of Cabaret #C5596E
RGB
CMYK
RGB Variations
Color information
#C5596E (or 0xC5596E) is known color: Cabaret. HEX triplet: C5, 59 and 6E. RGB value is (197,89,110). Sum of RGB (Red+Green+Blue) = 197+89+110=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5596E is #3AA691. Grayscale: #7B7B7B. Windows color (decimal): -3843730 or 7231941. OLE color: 7231941.
HSL color Cylindrical-coordinate representation of color #C5596E: hue angle of 348.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5596E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 110 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.23 |
| HSL | 348.33º | 0.48% | 0.56% | - |
| HSV(B) | 348.33º | 0.55% | 0.77% | - |
| XYZ | 29.41 | 20.14 | 17.09 | - |
| YUV | 123.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 110 | 0 | 0.55 | 0.44 | 0.23 | 348.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | 6E | 0 | 37 | 2C | 17 | 15C | 30 | 38 |
| Octal | 305 | 131 | 156 | 0 | 67 | 54 | 27 | 534 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1101110 | 0 | 110111 | 101100 | 10111 | 101011100 | 110000 | 111000 |
Color Harmonies of #C5596E
Complementary color
Monochromatic Colors of #C5596E
Black with #C5596E
Text Example
Text Example
White with #C5596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5596E; }
p { color: rgb(197,89,110); }
H1.HeaderClassName
{
color: #C5596E;
}
.AnyTagClassName
{
color: #C5596E;
}
</style>
background-color css
<style>
a { background-color: #C5596E; }
a { background-color: rgb(197,89,110); }
div.DivClassName
{
background-color: #C5596E;
}
.BgClassName
{
background-color: #C5596E;
}
</style>
border-color css
<style>
span { border-color: #C5596E; }
span { border-color: rgb(197,89,110); }
td.TdClassName
{
border-color: #C5596E;
}
.TagClassName
{
border-color: #C5596E;
}
</style>