Shades of Cabaret #C55576
Tints of Cabaret #C55576
RGB
CMYK
RGB Variations
Color information
#C55576 (or 0xC55576) is known color: Cabaret. HEX triplet: C5, 55 and 76. RGB value is (197,85,118). Sum of RGB (Red+Green+Blue) = 197+85+118=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55576 is #3AAA89. Grayscale: #7A7A7A. Windows color (decimal): -3844746 or 7755205. OLE color: 7755205.
HSL color Cylindrical-coordinate representation of color #C55576: hue angle of 342.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55576 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 118 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.23 |
| HSL | 342.32º | 0.49% | 0.55% | - |
| HSV(B) | 342.32º | 0.57% | 0.77% | - |
| XYZ | 29.54 | 19.68 | 19.38 | - |
| YUV | 122.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 118 | 0 | 0.57 | 0.40 | 0.23 | 342.32 | 0.49 | 0.55 |
| Hex | C5 | 55 | 76 | 0 | 39 | 28 | 17 | 156 | 31 | 37 |
| Octal | 305 | 125 | 166 | 0 | 71 | 50 | 27 | 526 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1110110 | 0 | 111001 | 101000 | 10111 | 101010110 | 110001 | 110111 |
Color Harmonies of #C55576
Complementary color
Monochromatic Colors of #C55576
Black with #C55576
Text Example
Text Example
White with #C55576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55576; }
p { color: rgb(197,85,118); }
H1.HeaderClassName
{
color: #C55576;
}
.AnyTagClassName
{
color: #C55576;
}
</style>
background-color css
<style>
a { background-color: #C55576; }
a { background-color: rgb(197,85,118); }
div.DivClassName
{
background-color: #C55576;
}
.BgClassName
{
background-color: #C55576;
}
</style>
border-color css
<style>
span { border-color: #C55576; }
span { border-color: rgb(197,85,118); }
td.TdClassName
{
border-color: #C55576;
}
.TagClassName
{
border-color: #C55576;
}
</style>