Shades of Cabaret #C55778
Tints of Cabaret #C55778
RGB
CMYK
RGB Variations
Color information
#C55778 (or 0xC55778) is known color: Cabaret. HEX triplet: C5, 57 and 78. RGB value is (197,87,120). Sum of RGB (Red+Green+Blue) = 197+87+120=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C55778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55778 is #3AA887. Grayscale: #7B7B7B. Windows color (decimal): -3844232 or 7886789. OLE color: 7886789.
HSL color Cylindrical-coordinate representation of color #C55778: hue angle of 342º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55778 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 120 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.23 |
| HSL | 342º | 0.49% | 0.56% | - |
| HSV(B) | 342º | 0.56% | 0.77% | - |
| XYZ | 29.82 | 20.04 | 20.07 | - |
| YUV | 123.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 120 | 0 | 0.56 | 0.39 | 0.23 | 342 | 0.49 | 0.56 |
| Hex | C5 | 57 | 78 | 0 | 38 | 27 | 17 | 156 | 31 | 38 |
| Octal | 305 | 127 | 170 | 0 | 70 | 47 | 27 | 526 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1111000 | 0 | 111000 | 100111 | 10111 | 101010110 | 110001 | 111000 |
Color Harmonies of #C55778
Complementary color
Monochromatic Colors of #C55778
Black with #C55778
Text Example
Text Example
White with #C55778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55778; }
p { color: rgb(197,87,120); }
H1.HeaderClassName
{
color: #C55778;
}
.AnyTagClassName
{
color: #C55778;
}
</style>
background-color css
<style>
a { background-color: #C55778; }
a { background-color: rgb(197,87,120); }
div.DivClassName
{
background-color: #C55778;
}
.BgClassName
{
background-color: #C55778;
}
</style>
border-color css
<style>
span { border-color: #C55778; }
span { border-color: rgb(197,87,120); }
td.TdClassName
{
border-color: #C55778;
}
.TagClassName
{
border-color: #C55778;
}
</style>