Shades of Cabaret #C6597C
Tints of Cabaret #C6597C
RGB
CMYK
RGB Variations
Color information
#C6597C (or 0xC6597C) is known color: Cabaret. HEX triplet: C6, 59 and 7C. RGB value is (198,89,124). Sum of RGB (Red+Green+Blue) = 198+89+124=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6597C is #39A683. Grayscale: #7D7D7D. Windows color (decimal): -3778180 or 8149446. OLE color: 8149446.
HSL color Cylindrical-coordinate representation of color #C6597C: hue angle of 340.73º 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 #C6597C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 124 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.22 |
| HSL | 340.73º | 0.49% | 0.56% | - |
| HSV(B) | 340.73º | 0.55% | 0.78% | - |
| XYZ | 30.5 | 20.61 | 21.44 | - |
| YUV | 125.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 124 | 0 | 0.55 | 0.37 | 0.22 | 340.73 | 0.49 | 0.56 |
| Hex | C6 | 59 | 7C | 0 | 37 | 25 | 16 | 155 | 31 | 38 |
| Octal | 306 | 131 | 174 | 0 | 67 | 45 | 26 | 525 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1111100 | 0 | 110111 | 100101 | 10110 | 101010101 | 110001 | 111000 |
Color Harmonies of #C6597C
Complementary color
Monochromatic Colors of #C6597C
Black with #C6597C
Text Example
Text Example
White with #C6597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6597C; }
p { color: rgb(198,89,124); }
H1.HeaderClassName
{
color: #C6597C;
}
.AnyTagClassName
{
color: #C6597C;
}
</style>
background-color css
<style>
a { background-color: #C6597C; }
a { background-color: rgb(198,89,124); }
div.DivClassName
{
background-color: #C6597C;
}
.BgClassName
{
background-color: #C6597C;
}
</style>
border-color css
<style>
span { border-color: #C6597C; }
span { border-color: rgb(198,89,124); }
td.TdClassName
{
border-color: #C6597C;
}
.TagClassName
{
border-color: #C6597C;
}
</style>