Shades of Cabaret #C55064
Tints of Cabaret #C55064
RGB
CMYK
RGB Variations
Color information
#C55064 (or 0xC55064) is known color: Cabaret. HEX triplet: C5, 50 and 64. RGB value is (197,80,100). Sum of RGB (Red+Green+Blue) = 197+80+100=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55064 is #3AAF9B. Grayscale: #757575. Windows color (decimal): -3846044 or 6574277. OLE color: 6574277.
HSL color Cylindrical-coordinate representation of color #C55064: hue angle of 349.74º 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 #C55064 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 100 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.23 |
| HSL | 349.74º | 0.5% | 0.54% | - |
| HSV(B) | 349.74º | 0.59% | 0.77% | - |
| XYZ | 28.19 | 18.53 | 14.15 | - |
| YUV | 117.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 100 | 0 | 0.59 | 0.49 | 0.23 | 349.74 | 0.5 | 0.54 |
| Hex | C5 | 50 | 64 | 0 | 3B | 31 | 17 | 15E | 32 | 36 |
| Octal | 305 | 120 | 144 | 0 | 73 | 61 | 27 | 536 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1100100 | 0 | 111011 | 110001 | 10111 | 101011110 | 110010 | 110110 |
Color Harmonies of #C55064
Complementary color
Monochromatic Colors of #C55064
Black with #C55064
Text Example
Text Example
White with #C55064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55064; }
p { color: rgb(197,80,100); }
H1.HeaderClassName
{
color: #C55064;
}
.AnyTagClassName
{
color: #C55064;
}
</style>
background-color css
<style>
a { background-color: #C55064; }
a { background-color: rgb(197,80,100); }
div.DivClassName
{
background-color: #C55064;
}
.BgClassName
{
background-color: #C55064;
}
</style>
border-color css
<style>
span { border-color: #C55064; }
span { border-color: rgb(197,80,100); }
td.TdClassName
{
border-color: #C55064;
}
.TagClassName
{
border-color: #C55064;
}
</style>