Shades of Cabaret #C55C70
Tints of Cabaret #C55C70
RGB
CMYK
RGB Variations
Color information
#C55C70 (or 0xC55C70) is known color: Cabaret. HEX triplet: C5, 5C and 70. RGB value is (197,92,112). Sum of RGB (Red+Green+Blue) = 197+92+112=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C70 is #3AA38F. Grayscale: #7D7D7D. Windows color (decimal): -3842960 or 7363781. OLE color: 7363781.
HSL color Cylindrical-coordinate representation of color #C55C70: hue angle of 348.57º 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 #C55C70 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 112 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.23 |
| HSL | 348.57º | 0.48% | 0.57% | - |
| HSV(B) | 348.57º | 0.53% | 0.77% | - |
| XYZ | 29.78 | 20.69 | 17.75 | - |
| YUV | 125.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 112 | 0 | 0.53 | 0.43 | 0.23 | 348.57 | 0.48 | 0.57 |
| Hex | C5 | 5C | 70 | 0 | 35 | 2B | 17 | 15D | 30 | 39 |
| Octal | 305 | 134 | 160 | 0 | 65 | 53 | 27 | 535 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1110000 | 0 | 110101 | 101011 | 10111 | 101011101 | 110000 | 111001 |
Color Harmonies of #C55C70
Complementary color
Monochromatic Colors of #C55C70
Black with #C55C70
Text Example
Text Example
White with #C55C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C70; }
p { color: rgb(197,92,112); }
H1.HeaderClassName
{
color: #C55C70;
}
.AnyTagClassName
{
color: #C55C70;
}
</style>
background-color css
<style>
a { background-color: #C55C70; }
a { background-color: rgb(197,92,112); }
div.DivClassName
{
background-color: #C55C70;
}
.BgClassName
{
background-color: #C55C70;
}
</style>
border-color css
<style>
span { border-color: #C55C70; }
span { border-color: rgb(197,92,112); }
td.TdClassName
{
border-color: #C55C70;
}
.TagClassName
{
border-color: #C55C70;
}
</style>