Shades of Cabaret #C0596D
Tints of Cabaret #C0596D
RGB
CMYK
RGB Variations
Color information
#C0596D (or 0xC0596D) is known color: Cabaret. HEX triplet: C0, 59 and 6D. RGB value is (192,89,109). Sum of RGB (Red+Green+Blue) = 192+89+109=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596D is #3FA692. Grayscale: #7A7A7A. Windows color (decimal): -4171411 or 7166400. OLE color: 7166400.
HSL color Cylindrical-coordinate representation of color #C0596D: hue angle of 348.35º 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 #C0596D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 109 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.25 |
| HSL | 348.35º | 0.45% | 0.55% | - |
| HSV(B) | 348.35º | 0.54% | 0.75% | - |
| XYZ | 28.07 | 19.46 | 16.74 | - |
| YUV | 122.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 109 | 0 | 0.54 | 0.43 | 0.25 | 348.35 | 0.45 | 0.55 |
| Hex | C0 | 59 | 6D | 0 | 36 | 2B | 19 | 15C | 2D | 37 |
| Octal | 300 | 131 | 155 | 0 | 66 | 53 | 31 | 534 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1101101 | 0 | 110110 | 101011 | 11001 | 101011100 | 101101 | 110111 |
Color Harmonies of #C0596D
Complementary color
Monochromatic Colors of #C0596D
Black with #C0596D
Text Example
Text Example
White with #C0596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0596D; }
p { color: rgb(192,89,109); }
H1.HeaderClassName
{
color: #C0596D;
}
.AnyTagClassName
{
color: #C0596D;
}
</style>
background-color css
<style>
a { background-color: #C0596D; }
a { background-color: rgb(192,89,109); }
div.DivClassName
{
background-color: #C0596D;
}
.BgClassName
{
background-color: #C0596D;
}
</style>
border-color css
<style>
span { border-color: #C0596D; }
span { border-color: rgb(192,89,109); }
td.TdClassName
{
border-color: #C0596D;
}
.TagClassName
{
border-color: #C0596D;
}
</style>