Shades of Cabaret #C2596D
Tints of Cabaret #C2596D
RGB
CMYK
RGB Variations
Color information
#C2596D (or 0xC2596D) is known color: Cabaret. HEX triplet: C2, 59 and 6D. RGB value is (194,89,109). Sum of RGB (Red+Green+Blue) = 194+89+109=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2596D is #3DA692. Grayscale: #7A7A7A. Windows color (decimal): -4040339 or 7166402. OLE color: 7166402.
HSL color Cylindrical-coordinate representation of color #C2596D: hue angle of 348.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2596D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 109 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.24 |
| HSL | 348.57º | 0.46% | 0.55% | - |
| HSV(B) | 348.57º | 0.54% | 0.76% | - |
| XYZ | 28.58 | 19.72 | 16.77 | - |
| YUV | 122.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 109 | 0 | 0.54 | 0.44 | 0.24 | 348.57 | 0.46 | 0.55 |
| Hex | C2 | 59 | 6D | 0 | 36 | 2C | 18 | 15D | 2E | 37 |
| Octal | 302 | 131 | 155 | 0 | 66 | 54 | 30 | 535 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1101101 | 0 | 110110 | 101100 | 11000 | 101011101 | 101110 | 110111 |
Color Harmonies of #C2596D
Complementary color
Monochromatic Colors of #C2596D
Black with #C2596D
Text Example
Text Example
White with #C2596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2596D; }
p { color: rgb(194,89,109); }
H1.HeaderClassName
{
color: #C2596D;
}
.AnyTagClassName
{
color: #C2596D;
}
</style>
background-color css
<style>
a { background-color: #C2596D; }
a { background-color: rgb(194,89,109); }
div.DivClassName
{
background-color: #C2596D;
}
.BgClassName
{
background-color: #C2596D;
}
</style>
border-color css
<style>
span { border-color: #C2596D; }
span { border-color: rgb(194,89,109); }
td.TdClassName
{
border-color: #C2596D;
}
.TagClassName
{
border-color: #C2596D;
}
</style>