Shades of Cabaret #C6596A
Tints of Cabaret #C6596A
RGB
CMYK
RGB Variations
Color information
#C6596A (or 0xC6596A) is known color: Cabaret. HEX triplet: C6, 59 and 6A. RGB value is (198,89,106). Sum of RGB (Red+Green+Blue) = 198+89+106=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6596A is #39A695. Grayscale: #7B7B7B. Windows color (decimal): -3778198 or 6969798. OLE color: 6969798.
HSL color Cylindrical-coordinate representation of color #C6596A: hue angle of 350.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6596A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 106 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.22 |
| HSL | 350.64º | 0.49% | 0.56% | - |
| HSV(B) | 350.64º | 0.55% | 0.78% | - |
| XYZ | 29.46 | 20.19 | 15.98 | - |
| YUV | 123.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 106 | 0 | 0.55 | 0.46 | 0.22 | 350.64 | 0.49 | 0.56 |
| Hex | C6 | 59 | 6A | 0 | 37 | 2E | 16 | 15F | 31 | 38 |
| Octal | 306 | 131 | 152 | 0 | 67 | 56 | 26 | 537 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1101010 | 0 | 110111 | 101110 | 10110 | 101011111 | 110001 | 111000 |
Color Harmonies of #C6596A
Complementary color
Monochromatic Colors of #C6596A
Black with #C6596A
Text Example
Text Example
White with #C6596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6596A; }
p { color: rgb(198,89,106); }
H1.HeaderClassName
{
color: #C6596A;
}
.AnyTagClassName
{
color: #C6596A;
}
</style>
background-color css
<style>
a { background-color: #C6596A; }
a { background-color: rgb(198,89,106); }
div.DivClassName
{
background-color: #C6596A;
}
.BgClassName
{
background-color: #C6596A;
}
</style>
border-color css
<style>
span { border-color: #C6596A; }
span { border-color: rgb(198,89,106); }
td.TdClassName
{
border-color: #C6596A;
}
.TagClassName
{
border-color: #C6596A;
}
</style>