Shades of Cabaret #C4596A
Tints of Cabaret #C4596A
RGB
CMYK
RGB Variations
Color information
#C4596A (or 0xC4596A) is known color: Cabaret. HEX triplet: C4, 59 and 6A. RGB value is (196,89,106). Sum of RGB (Red+Green+Blue) = 196+89+106=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4596A is #3BA695. Grayscale: #7A7A7A. Windows color (decimal): -3909270 or 6969796. OLE color: 6969796.
HSL color Cylindrical-coordinate representation of color #C4596A: hue angle of 350.47º 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 #C4596A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 106 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.23 |
| HSL | 350.47º | 0.48% | 0.56% | - |
| HSV(B) | 350.47º | 0.55% | 0.77% | - |
| XYZ | 28.94 | 19.92 | 15.96 | - |
| YUV | 122.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 106 | 0 | 0.55 | 0.46 | 0.23 | 350.47 | 0.48 | 0.56 |
| Hex | C4 | 59 | 6A | 0 | 37 | 2E | 17 | 15E | 30 | 38 |
| Octal | 304 | 131 | 152 | 0 | 67 | 56 | 27 | 536 | 60 | 70 |
| Binary | 11000100 | 1011001 | 1101010 | 0 | 110111 | 101110 | 10111 | 101011110 | 110000 | 111000 |
Color Harmonies of #C4596A
Complementary color
Monochromatic Colors of #C4596A
Black with #C4596A
Text Example
Text Example
White with #C4596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4596A; }
p { color: rgb(196,89,106); }
H1.HeaderClassName
{
color: #C4596A;
}
.AnyTagClassName
{
color: #C4596A;
}
</style>
background-color css
<style>
a { background-color: #C4596A; }
a { background-color: rgb(196,89,106); }
div.DivClassName
{
background-color: #C4596A;
}
.BgClassName
{
background-color: #C4596A;
}
</style>
border-color css
<style>
span { border-color: #C4596A; }
span { border-color: rgb(196,89,106); }
td.TdClassName
{
border-color: #C4596A;
}
.TagClassName
{
border-color: #C4596A;
}
</style>