Shades of Cabaret #C55979
Tints of Cabaret #C55979
RGB
CMYK
RGB Variations
Color information
#C55979 (or 0xC55979) is known color: Cabaret. HEX triplet: C5, 59 and 79. RGB value is (197,89,121). Sum of RGB (Red+Green+Blue) = 197+89+121=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C55979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55979 is #3AA686. Grayscale: #7C7C7C. Windows color (decimal): -3843719 or 7952837. OLE color: 7952837.
HSL color Cylindrical-coordinate representation of color #C55979: hue angle of 342.22º 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 #C55979 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 121 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.23 |
| HSL | 342.22º | 0.48% | 0.56% | - |
| HSV(B) | 342.22º | 0.55% | 0.77% | - |
| XYZ | 30.05 | 20.4 | 20.44 | - |
| YUV | 124.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 121 | 0 | 0.55 | 0.39 | 0.23 | 342.22 | 0.48 | 0.56 |
| Hex | C5 | 59 | 79 | 0 | 37 | 27 | 17 | 156 | 30 | 38 |
| Octal | 305 | 131 | 171 | 0 | 67 | 47 | 27 | 526 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1111001 | 0 | 110111 | 100111 | 10111 | 101010110 | 110000 | 111000 |
Color Harmonies of #C55979
Complementary color
Monochromatic Colors of #C55979
Black with #C55979
Text Example
Text Example
White with #C55979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55979; }
p { color: rgb(197,89,121); }
H1.HeaderClassName
{
color: #C55979;
}
.AnyTagClassName
{
color: #C55979;
}
</style>
background-color css
<style>
a { background-color: #C55979; }
a { background-color: rgb(197,89,121); }
div.DivClassName
{
background-color: #C55979;
}
.BgClassName
{
background-color: #C55979;
}
</style>
border-color css
<style>
span { border-color: #C55979; }
span { border-color: rgb(197,89,121); }
td.TdClassName
{
border-color: #C55979;
}
.TagClassName
{
border-color: #C55979;
}
</style>