Shades of Cabaret #C55C71
Tints of Cabaret #C55C71
RGB
CMYK
RGB Variations
Color information
#C55C71 (or 0xC55C71) is known color: Cabaret. HEX triplet: C5, 5C and 71. RGB value is (197,92,113). Sum of RGB (Red+Green+Blue) = 197+92+113=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C71 is #3AA38E. Grayscale: #7D7D7D. Windows color (decimal): -3842959 or 7429317. OLE color: 7429317.
HSL color Cylindrical-coordinate representation of color #C55C71: hue angle of 348º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C71 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 113 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.23 |
| HSL | 348º | 0.48% | 0.57% | - |
| HSV(B) | 348º | 0.53% | 0.77% | - |
| XYZ | 29.83 | 20.72 | 18.05 | - |
| YUV | 125.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 113 | 0 | 0.53 | 0.43 | 0.23 | 348 | 0.48 | 0.57 |
| Hex | C5 | 5C | 71 | 0 | 35 | 2B | 17 | 15C | 30 | 39 |
| Octal | 305 | 134 | 161 | 0 | 65 | 53 | 27 | 534 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1110001 | 0 | 110101 | 101011 | 10111 | 101011100 | 110000 | 111001 |
Color Harmonies of #C55C71
Complementary color
Monochromatic Colors of #C55C71
Black with #C55C71
Text Example
Text Example
White with #C55C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C71; }
p { color: rgb(197,92,113); }
H1.HeaderClassName
{
color: #C55C71;
}
.AnyTagClassName
{
color: #C55C71;
}
</style>
background-color css
<style>
a { background-color: #C55C71; }
a { background-color: rgb(197,92,113); }
div.DivClassName
{
background-color: #C55C71;
}
.BgClassName
{
background-color: #C55C71;
}
</style>
border-color css
<style>
span { border-color: #C55C71; }
span { border-color: rgb(197,92,113); }
td.TdClassName
{
border-color: #C55C71;
}
.TagClassName
{
border-color: #C55C71;
}
</style>