Shades of Cabaret #C55379
Tints of Cabaret #C55379
RGB
CMYK
RGB Variations
Color information
#C55379 (or 0xC55379) is known color: Cabaret. HEX triplet: C5, 53 and 79. RGB value is (197,83,121). Sum of RGB (Red+Green+Blue) = 197+83+121=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C55379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55379 is #3AAC86. Grayscale: #797979. Windows color (decimal): -3845255 or 7951301. OLE color: 7951301.
HSL color Cylindrical-coordinate representation of color #C55379: hue angle of 340º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55379 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 121 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.23 |
| HSL | 340º | 0.5% | 0.55% | - |
| HSV(B) | 340º | 0.58% | 0.77% | - |
| XYZ | 29.57 | 19.44 | 20.28 | - |
| YUV | 121.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 121 | 0 | 0.58 | 0.39 | 0.23 | 340 | 0.5 | 0.55 |
| Hex | C5 | 53 | 79 | 0 | 3A | 27 | 17 | 154 | 32 | 37 |
| Octal | 305 | 123 | 171 | 0 | 72 | 47 | 27 | 524 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1111001 | 0 | 111010 | 100111 | 10111 | 101010100 | 110010 | 110111 |
Color Harmonies of #C55379
Complementary color
Monochromatic Colors of #C55379
Black with #C55379
Text Example
Text Example
White with #C55379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55379; }
p { color: rgb(197,83,121); }
H1.HeaderClassName
{
color: #C55379;
}
.AnyTagClassName
{
color: #C55379;
}
</style>
background-color css
<style>
a { background-color: #C55379; }
a { background-color: rgb(197,83,121); }
div.DivClassName
{
background-color: #C55379;
}
.BgClassName
{
background-color: #C55379;
}
</style>
border-color css
<style>
span { border-color: #C55379; }
span { border-color: rgb(197,83,121); }
td.TdClassName
{
border-color: #C55379;
}
.TagClassName
{
border-color: #C55379;
}
</style>