Shades of Cabaret #C55578
Tints of Cabaret #C55578
RGB
CMYK
RGB Variations
Color information
#C55578 (or 0xC55578) is known color: Cabaret. HEX triplet: C5, 55 and 78. RGB value is (197,85,120). Sum of RGB (Red+Green+Blue) = 197+85+120=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C55578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55578 is #3AAA87. Grayscale: #7A7A7A. Windows color (decimal): -3844744 or 7886277. OLE color: 7886277.
HSL color Cylindrical-coordinate representation of color #C55578: hue angle of 341.25º 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 #C55578 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 120 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.23 |
| HSL | 341.25º | 0.49% | 0.55% | - |
| HSV(B) | 341.25º | 0.57% | 0.77% | - |
| XYZ | 29.66 | 19.72 | 20.01 | - |
| YUV | 122.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 120 | 0 | 0.57 | 0.39 | 0.23 | 341.25 | 0.49 | 0.55 |
| Hex | C5 | 55 | 78 | 0 | 39 | 27 | 17 | 155 | 31 | 37 |
| Octal | 305 | 125 | 170 | 0 | 71 | 47 | 27 | 525 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1111000 | 0 | 111001 | 100111 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C55578
Complementary color
Monochromatic Colors of #C55578
Black with #C55578
Text Example
Text Example
White with #C55578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55578; }
p { color: rgb(197,85,120); }
H1.HeaderClassName
{
color: #C55578;
}
.AnyTagClassName
{
color: #C55578;
}
</style>
background-color css
<style>
a { background-color: #C55578; }
a { background-color: rgb(197,85,120); }
div.DivClassName
{
background-color: #C55578;
}
.BgClassName
{
background-color: #C55578;
}
</style>
border-color css
<style>
span { border-color: #C55578; }
span { border-color: rgb(197,85,120); }
td.TdClassName
{
border-color: #C55578;
}
.TagClassName
{
border-color: #C55578;
}
</style>