Shades of Cabaret #C1596A
Tints of Cabaret #C1596A
RGB
CMYK
RGB Variations
Color information
#C1596A (or 0xC1596A) is known color: Cabaret. HEX triplet: C1, 59 and 6A. RGB value is (193,89,106). Sum of RGB (Red+Green+Blue) = 193+89+106=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1596A is #3EA695. Grayscale: #7A7A7A. Windows color (decimal): -4105878 or 6969793. OLE color: 6969793.
HSL color Cylindrical-coordinate representation of color #C1596A: hue angle of 350.19º 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 #C1596A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 106 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.24 |
| HSL | 350.19º | 0.46% | 0.55% | - |
| HSV(B) | 350.19º | 0.54% | 0.76% | - |
| XYZ | 28.17 | 19.52 | 15.92 | - |
| YUV | 122.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 106 | 0 | 0.54 | 0.45 | 0.24 | 350.19 | 0.46 | 0.55 |
| Hex | C1 | 59 | 6A | 0 | 36 | 2D | 18 | 15E | 2E | 37 |
| Octal | 301 | 131 | 152 | 0 | 66 | 55 | 30 | 536 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1101010 | 0 | 110110 | 101101 | 11000 | 101011110 | 101110 | 110111 |
Color Harmonies of #C1596A
Complementary color
Monochromatic Colors of #C1596A
Black with #C1596A
Text Example
Text Example
White with #C1596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1596A; }
p { color: rgb(193,89,106); }
H1.HeaderClassName
{
color: #C1596A;
}
.AnyTagClassName
{
color: #C1596A;
}
</style>
background-color css
<style>
a { background-color: #C1596A; }
a { background-color: rgb(193,89,106); }
div.DivClassName
{
background-color: #C1596A;
}
.BgClassName
{
background-color: #C1596A;
}
</style>
border-color css
<style>
span { border-color: #C1596A; }
span { border-color: rgb(193,89,106); }
td.TdClassName
{
border-color: #C1596A;
}
.TagClassName
{
border-color: #C1596A;
}
</style>