Shades of Cabaret #C6597A
Tints of Cabaret #C6597A
RGB
CMYK
RGB Variations
Color information
#C6597A (or 0xC6597A) is known color: Cabaret. HEX triplet: C6, 59 and 7A. RGB value is (198,89,122). Sum of RGB (Red+Green+Blue) = 198+89+122=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6597A is #39A685. Grayscale: #7D7D7D. Windows color (decimal): -3778182 or 8018374. OLE color: 8018374.
HSL color Cylindrical-coordinate representation of color #C6597A: hue angle of 341.83º 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 #C6597A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 122 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.22 |
| HSL | 341.83º | 0.49% | 0.56% | - |
| HSV(B) | 341.83º | 0.55% | 0.78% | - |
| XYZ | 30.37 | 20.56 | 20.78 | - |
| YUV | 125.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 122 | 0 | 0.55 | 0.38 | 0.22 | 341.83 | 0.49 | 0.56 |
| Hex | C6 | 59 | 7A | 0 | 37 | 26 | 16 | 156 | 31 | 38 |
| Octal | 306 | 131 | 172 | 0 | 67 | 46 | 26 | 526 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1111010 | 0 | 110111 | 100110 | 10110 | 101010110 | 110001 | 111000 |
Color Harmonies of #C6597A
Complementary color
Monochromatic Colors of #C6597A
Black with #C6597A
Text Example
Text Example
White with #C6597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6597A; }
p { color: rgb(198,89,122); }
H1.HeaderClassName
{
color: #C6597A;
}
.AnyTagClassName
{
color: #C6597A;
}
</style>
background-color css
<style>
a { background-color: #C6597A; }
a { background-color: rgb(198,89,122); }
div.DivClassName
{
background-color: #C6597A;
}
.BgClassName
{
background-color: #C6597A;
}
</style>
border-color css
<style>
span { border-color: #C6597A; }
span { border-color: rgb(198,89,122); }
td.TdClassName
{
border-color: #C6597A;
}
.TagClassName
{
border-color: #C6597A;
}
</style>