Shades of Cabaret #C55573
Tints of Cabaret #C55573
RGB
CMYK
RGB Variations
Color information
#C55573 (or 0xC55573) is known color: Cabaret. HEX triplet: C5, 55 and 73. RGB value is (197,85,115). Sum of RGB (Red+Green+Blue) = 197+85+115=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55573 is #3AAA8C. Grayscale: #797979. Windows color (decimal): -3844749 or 7558597. OLE color: 7558597.
HSL color Cylindrical-coordinate representation of color #C55573: hue angle of 343.93º 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 #C55573 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 115 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.23 |
| HSL | 343.93º | 0.49% | 0.55% | - |
| HSV(B) | 343.93º | 0.57% | 0.77% | - |
| XYZ | 29.37 | 19.61 | 18.46 | - |
| YUV | 121.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 115 | 0 | 0.57 | 0.42 | 0.23 | 343.93 | 0.49 | 0.55 |
| Hex | C5 | 55 | 73 | 0 | 39 | 2A | 17 | 158 | 31 | 37 |
| Octal | 305 | 125 | 163 | 0 | 71 | 52 | 27 | 530 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1110011 | 0 | 111001 | 101010 | 10111 | 101011000 | 110001 | 110111 |
Color Harmonies of #C55573
Complementary color
Monochromatic Colors of #C55573
Black with #C55573
Text Example
Text Example
White with #C55573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55573; }
p { color: rgb(197,85,115); }
H1.HeaderClassName
{
color: #C55573;
}
.AnyTagClassName
{
color: #C55573;
}
</style>
background-color css
<style>
a { background-color: #C55573; }
a { background-color: rgb(197,85,115); }
div.DivClassName
{
background-color: #C55573;
}
.BgClassName
{
background-color: #C55573;
}
</style>
border-color css
<style>
span { border-color: #C55573; }
span { border-color: rgb(197,85,115); }
td.TdClassName
{
border-color: #C55573;
}
.TagClassName
{
border-color: #C55573;
}
</style>