Shades of Cabaret #C55072
Tints of Cabaret #C55072
RGB
CMYK
RGB Variations
Color information
#C55072 (or 0xC55072) is known color: Cabaret. HEX triplet: C5, 50 and 72. RGB value is (197,80,114). Sum of RGB (Red+Green+Blue) = 197+80+114=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55072 is #3AAF8D. Grayscale: #767676. Windows color (decimal): -3846030 or 7491781. OLE color: 7491781.
HSL color Cylindrical-coordinate representation of color #C55072: hue angle of 342.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55072 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 114 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.23 |
| HSL | 342.56º | 0.5% | 0.54% | - |
| HSV(B) | 342.56º | 0.59% | 0.77% | - |
| XYZ | 28.93 | 18.82 | 18.03 | - |
| YUV | 118.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 114 | 0 | 0.59 | 0.42 | 0.23 | 342.56 | 0.5 | 0.54 |
| Hex | C5 | 50 | 72 | 0 | 3B | 2A | 17 | 157 | 32 | 36 |
| Octal | 305 | 120 | 162 | 0 | 73 | 52 | 27 | 527 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1110010 | 0 | 111011 | 101010 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C55072
Complementary color
Monochromatic Colors of #C55072
Black with #C55072
Text Example
Text Example
White with #C55072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55072; }
p { color: rgb(197,80,114); }
H1.HeaderClassName
{
color: #C55072;
}
.AnyTagClassName
{
color: #C55072;
}
</style>
background-color css
<style>
a { background-color: #C55072; }
a { background-color: rgb(197,80,114); }
div.DivClassName
{
background-color: #C55072;
}
.BgClassName
{
background-color: #C55072;
}
</style>
border-color css
<style>
span { border-color: #C55072; }
span { border-color: rgb(197,80,114); }
td.TdClassName
{
border-color: #C55072;
}
.TagClassName
{
border-color: #C55072;
}
</style>