Shades of Cabaret #C55477
Tints of Cabaret #C55477
RGB
CMYK
RGB Variations
Color information
#C55477 (or 0xC55477) is known color: Cabaret. HEX triplet: C5, 54 and 77. RGB value is (197,84,119). Sum of RGB (Red+Green+Blue) = 197+84+119=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55477 is #3AAB88. Grayscale: #797979. Windows color (decimal): -3845001 or 7820485. OLE color: 7820485.
HSL color Cylindrical-coordinate representation of color #C55477: hue angle of 341.42º 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 #C55477 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 119 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.23 |
| HSL | 341.42º | 0.49% | 0.55% | - |
| HSV(B) | 341.42º | 0.57% | 0.77% | - |
| XYZ | 29.53 | 19.54 | 19.67 | - |
| YUV | 121.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 119 | 0 | 0.57 | 0.40 | 0.23 | 341.42 | 0.49 | 0.55 |
| Hex | C5 | 54 | 77 | 0 | 39 | 28 | 17 | 155 | 31 | 37 |
| Octal | 305 | 124 | 167 | 0 | 71 | 50 | 27 | 525 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1110111 | 0 | 111001 | 101000 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C55477
Complementary color
Monochromatic Colors of #C55477
Black with #C55477
Text Example
Text Example
White with #C55477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55477; }
p { color: rgb(197,84,119); }
H1.HeaderClassName
{
color: #C55477;
}
.AnyTagClassName
{
color: #C55477;
}
</style>
background-color css
<style>
a { background-color: #C55477; }
a { background-color: rgb(197,84,119); }
div.DivClassName
{
background-color: #C55477;
}
.BgClassName
{
background-color: #C55477;
}
</style>
border-color css
<style>
span { border-color: #C55477; }
span { border-color: rgb(197,84,119); }
td.TdClassName
{
border-color: #C55477;
}
.TagClassName
{
border-color: #C55477;
}
</style>