Shades of Cabaret #C55977
Tints of Cabaret #C55977
RGB
CMYK
RGB Variations
Color information
#C55977 (or 0xC55977) is known color: Cabaret. HEX triplet: C5, 59 and 77. RGB value is (197,89,119). Sum of RGB (Red+Green+Blue) = 197+89+119=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C55977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55977 is #3AA688. Grayscale: #7C7C7C. Windows color (decimal): -3843721 or 7821765. OLE color: 7821765.
HSL color Cylindrical-coordinate representation of color #C55977: hue angle of 343.33º 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 #C55977 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 119 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.23 |
| HSL | 343.33º | 0.48% | 0.56% | - |
| HSV(B) | 343.33º | 0.55% | 0.77% | - |
| XYZ | 29.93 | 20.35 | 19.8 | - |
| YUV | 124.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 119 | 0 | 0.55 | 0.40 | 0.23 | 343.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | 77 | 0 | 37 | 28 | 17 | 157 | 30 | 38 |
| Octal | 305 | 131 | 167 | 0 | 67 | 50 | 27 | 527 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1110111 | 0 | 110111 | 101000 | 10111 | 101010111 | 110000 | 111000 |
Color Harmonies of #C55977
Complementary color
Monochromatic Colors of #C55977
Black with #C55977
Text Example
Text Example
White with #C55977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55977; }
p { color: rgb(197,89,119); }
H1.HeaderClassName
{
color: #C55977;
}
.AnyTagClassName
{
color: #C55977;
}
</style>
background-color css
<style>
a { background-color: #C55977; }
a { background-color: rgb(197,89,119); }
div.DivClassName
{
background-color: #C55977;
}
.BgClassName
{
background-color: #C55977;
}
</style>
border-color css
<style>
span { border-color: #C55977; }
span { border-color: rgb(197,89,119); }
td.TdClassName
{
border-color: #C55977;
}
.TagClassName
{
border-color: #C55977;
}
</style>