Shades of Cabaret #C55976
Tints of Cabaret #C55976
RGB
CMYK
RGB Variations
Color information
#C55976 (or 0xC55976) is known color: Cabaret. HEX triplet: C5, 59 and 76. RGB value is (197,89,118). Sum of RGB (Red+Green+Blue) = 197+89+118=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C55976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55976 is #3AA689. Grayscale: #7C7C7C. Windows color (decimal): -3843722 or 7756229. OLE color: 7756229.
HSL color Cylindrical-coordinate representation of color #C55976: hue angle of 343.89º 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 #C55976 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 118 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.23 |
| HSL | 343.89º | 0.48% | 0.56% | - |
| HSV(B) | 343.89º | 0.55% | 0.77% | - |
| XYZ | 29.87 | 20.32 | 19.49 | - |
| YUV | 124.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 118 | 0 | 0.55 | 0.40 | 0.23 | 343.89 | 0.48 | 0.56 |
| Hex | C5 | 59 | 76 | 0 | 37 | 28 | 17 | 158 | 30 | 38 |
| Octal | 305 | 131 | 166 | 0 | 67 | 50 | 27 | 530 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1110110 | 0 | 110111 | 101000 | 10111 | 101011000 | 110000 | 111000 |
Color Harmonies of #C55976
Complementary color
Monochromatic Colors of #C55976
Black with #C55976
Text Example
Text Example
White with #C55976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55976; }
p { color: rgb(197,89,118); }
H1.HeaderClassName
{
color: #C55976;
}
.AnyTagClassName
{
color: #C55976;
}
</style>
background-color css
<style>
a { background-color: #C55976; }
a { background-color: rgb(197,89,118); }
div.DivClassName
{
background-color: #C55976;
}
.BgClassName
{
background-color: #C55976;
}
</style>
border-color css
<style>
span { border-color: #C55976; }
span { border-color: rgb(197,89,118); }
td.TdClassName
{
border-color: #C55976;
}
.TagClassName
{
border-color: #C55976;
}
</style>