Shades of Cabaret #C0596C
Tints of Cabaret #C0596C
RGB
CMYK
RGB Variations
Color information
#C0596C (or 0xC0596C) is known color: Cabaret. HEX triplet: C0, 59 and 6C. RGB value is (192,89,108). Sum of RGB (Red+Green+Blue) = 192+89+108=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596C is #3FA693. Grayscale: #797979. Windows color (decimal): -4171412 or 7100864. OLE color: 7100864.
HSL color Cylindrical-coordinate representation of color #C0596C: hue angle of 348.93º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0596C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 108 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.25 |
| HSL | 348.93º | 0.45% | 0.55% | - |
| HSV(B) | 348.93º | 0.54% | 0.75% | - |
| XYZ | 28.02 | 19.43 | 16.46 | - |
| YUV | 121.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 108 | 0 | 0.54 | 0.44 | 0.25 | 348.93 | 0.45 | 0.55 |
| Hex | C0 | 59 | 6C | 0 | 36 | 2C | 19 | 15D | 2D | 37 |
| Octal | 300 | 131 | 154 | 0 | 66 | 54 | 31 | 535 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1101100 | 0 | 110110 | 101100 | 11001 | 101011101 | 101101 | 110111 |
Color Harmonies of #C0596C
Complementary color
Monochromatic Colors of #C0596C
Black with #C0596C
Text Example
Text Example
White with #C0596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0596C; }
p { color: rgb(192,89,108); }
H1.HeaderClassName
{
color: #C0596C;
}
.AnyTagClassName
{
color: #C0596C;
}
</style>
background-color css
<style>
a { background-color: #C0596C; }
a { background-color: rgb(192,89,108); }
div.DivClassName
{
background-color: #C0596C;
}
.BgClassName
{
background-color: #C0596C;
}
</style>
border-color css
<style>
span { border-color: #C0596C; }
span { border-color: rgb(192,89,108); }
td.TdClassName
{
border-color: #C0596C;
}
.TagClassName
{
border-color: #C0596C;
}
</style>