Shades of Cabaret #C55278
Tints of Cabaret #C55278
RGB
CMYK
RGB Variations
Color information
#C55278 (or 0xC55278) is known color: Cabaret. HEX triplet: C5, 52 and 78. RGB value is (197,82,120). Sum of RGB (Red+Green+Blue) = 197+82+120=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55278 is #3AAD87. Grayscale: #787878. Windows color (decimal): -3845512 or 7885509. OLE color: 7885509.
HSL color Cylindrical-coordinate representation of color #C55278: hue angle of 340.17º 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 #C55278 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 120 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.23 |
| HSL | 340.17º | 0.5% | 0.55% | - |
| HSV(B) | 340.17º | 0.58% | 0.77% | - |
| XYZ | 29.43 | 19.26 | 19.94 | - |
| YUV | 120.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 120 | 0 | 0.58 | 0.39 | 0.23 | 340.17 | 0.5 | 0.55 |
| Hex | C5 | 52 | 78 | 0 | 3A | 27 | 17 | 154 | 32 | 37 |
| Octal | 305 | 122 | 170 | 0 | 72 | 47 | 27 | 524 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1111000 | 0 | 111010 | 100111 | 10111 | 101010100 | 110010 | 110111 |
Color Harmonies of #C55278
Complementary color
Monochromatic Colors of #C55278
Black with #C55278
Text Example
Text Example
White with #C55278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55278; }
p { color: rgb(197,82,120); }
H1.HeaderClassName
{
color: #C55278;
}
.AnyTagClassName
{
color: #C55278;
}
</style>
background-color css
<style>
a { background-color: #C55278; }
a { background-color: rgb(197,82,120); }
div.DivClassName
{
background-color: #C55278;
}
.BgClassName
{
background-color: #C55278;
}
</style>
border-color css
<style>
span { border-color: #C55278; }
span { border-color: rgb(197,82,120); }
td.TdClassName
{
border-color: #C55278;
}
.TagClassName
{
border-color: #C55278;
}
</style>