Shades of Cabaret #C65579
Tints of Cabaret #C65579
RGB
CMYK
RGB Variations
Color information
#C65579 (or 0xC65579) is known color: Cabaret. HEX triplet: C6, 55 and 79. RGB value is (198,85,121). Sum of RGB (Red+Green+Blue) = 198+85+121=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C65579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65579 is #39AA86. Grayscale: #7A7A7A. Windows color (decimal): -3779207 or 7951814. OLE color: 7951814.
HSL color Cylindrical-coordinate representation of color #C65579: hue angle of 340.88º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65579 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 121 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.22 |
| HSL | 340.88º | 0.5% | 0.55% | - |
| HSV(B) | 340.88º | 0.57% | 0.78% | - |
| XYZ | 29.99 | 19.88 | 20.35 | - |
| YUV | 122.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 121 | 0 | 0.57 | 0.39 | 0.22 | 340.88 | 0.5 | 0.55 |
| Hex | C6 | 55 | 79 | 0 | 39 | 27 | 16 | 155 | 32 | 37 |
| Octal | 306 | 125 | 171 | 0 | 71 | 47 | 26 | 525 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1111001 | 0 | 111001 | 100111 | 10110 | 101010101 | 110010 | 110111 |
Color Harmonies of #C65579
Complementary color
Monochromatic Colors of #C65579
Black with #C65579
Text Example
Text Example
White with #C65579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65579; }
p { color: rgb(198,85,121); }
H1.HeaderClassName
{
color: #C65579;
}
.AnyTagClassName
{
color: #C65579;
}
</style>
background-color css
<style>
a { background-color: #C65579; }
a { background-color: rgb(198,85,121); }
div.DivClassName
{
background-color: #C65579;
}
.BgClassName
{
background-color: #C65579;
}
</style>
border-color css
<style>
span { border-color: #C65579; }
span { border-color: rgb(198,85,121); }
td.TdClassName
{
border-color: #C65579;
}
.TagClassName
{
border-color: #C65579;
}
</style>