Shades of Cabaret #C55471
Tints of Cabaret #C55471
RGB
CMYK
RGB Variations
Color information
#C55471 (or 0xC55471) is known color: Cabaret. HEX triplet: C5, 54 and 71. RGB value is (197,84,113). Sum of RGB (Red+Green+Blue) = 197+84+113=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C55471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55471 is #3AAB8E. Grayscale: #797979. Windows color (decimal): -3845007 or 7427269. OLE color: 7427269.
HSL color Cylindrical-coordinate representation of color #C55471: hue angle of 344.6º 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 #C55471 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 113 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.23 |
| HSL | 344.6º | 0.49% | 0.55% | - |
| HSV(B) | 344.6º | 0.57% | 0.77% | - |
| XYZ | 29.18 | 19.4 | 17.83 | - |
| YUV | 121.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 113 | 0 | 0.57 | 0.43 | 0.23 | 344.6 | 0.49 | 0.55 |
| Hex | C5 | 54 | 71 | 0 | 39 | 2B | 17 | 159 | 31 | 37 |
| Octal | 305 | 124 | 161 | 0 | 71 | 53 | 27 | 531 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1110001 | 0 | 111001 | 101011 | 10111 | 101011001 | 110001 | 110111 |
Color Harmonies of #C55471
Complementary color
Monochromatic Colors of #C55471
Black with #C55471
Text Example
Text Example
White with #C55471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55471; }
p { color: rgb(197,84,113); }
H1.HeaderClassName
{
color: #C55471;
}
.AnyTagClassName
{
color: #C55471;
}
</style>
background-color css
<style>
a { background-color: #C55471; }
a { background-color: rgb(197,84,113); }
div.DivClassName
{
background-color: #C55471;
}
.BgClassName
{
background-color: #C55471;
}
</style>
border-color css
<style>
span { border-color: #C55471; }
span { border-color: rgb(197,84,113); }
td.TdClassName
{
border-color: #C55471;
}
.TagClassName
{
border-color: #C55471;
}
</style>