Shades of Cabaret #C55071
Tints of Cabaret #C55071
RGB
CMYK
RGB Variations
Color information
#C55071 (or 0xC55071) is known color: Cabaret. HEX triplet: C5, 50 and 71. RGB value is (197,80,113). Sum of RGB (Red+Green+Blue) = 197+80+113=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55071 is #3AAF8E. Grayscale: #767676. Windows color (decimal): -3846031 or 7426245. OLE color: 7426245.
HSL color Cylindrical-coordinate representation of color #C55071: hue angle of 343.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55071 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 113 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.23 |
| HSL | 343.08º | 0.5% | 0.54% | - |
| HSV(B) | 343.08º | 0.59% | 0.77% | - |
| XYZ | 28.88 | 18.8 | 17.73 | - |
| YUV | 118.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 113 | 0 | 0.59 | 0.43 | 0.23 | 343.08 | 0.5 | 0.54 |
| Hex | C5 | 50 | 71 | 0 | 3B | 2B | 17 | 157 | 32 | 36 |
| Octal | 305 | 120 | 161 | 0 | 73 | 53 | 27 | 527 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1110001 | 0 | 111011 | 101011 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C55071
Complementary color
Monochromatic Colors of #C55071
Black with #C55071
Text Example
Text Example
White with #C55071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55071; }
p { color: rgb(197,80,113); }
H1.HeaderClassName
{
color: #C55071;
}
.AnyTagClassName
{
color: #C55071;
}
</style>
background-color css
<style>
a { background-color: #C55071; }
a { background-color: rgb(197,80,113); }
div.DivClassName
{
background-color: #C55071;
}
.BgClassName
{
background-color: #C55071;
}
</style>
border-color css
<style>
span { border-color: #C55071; }
span { border-color: rgb(197,80,113); }
td.TdClassName
{
border-color: #C55071;
}
.TagClassName
{
border-color: #C55071;
}
</style>