Shades of Cabaret #C54770
Tints of Cabaret #C54770
RGB
CMYK
RGB Variations
Color information
#C54770 (or 0xC54770) is known color: Cabaret. HEX triplet: C5, 47 and 70. RGB value is (197,71,112). Sum of RGB (Red+Green+Blue) = 197+71+112=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C54770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54770 is #3AB88F. Grayscale: #717171. Windows color (decimal): -3848336 or 7358405. OLE color: 7358405.
HSL color Cylindrical-coordinate representation of color #C54770: hue angle of 340.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54770 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 112 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.23 |
| HSL | 340.48º | 0.52% | 0.53% | - |
| HSV(B) | 340.48º | 0.64% | 0.77% | - |
| XYZ | 28.2 | 17.55 | 17.23 | - |
| YUV | 113.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 112 | 0 | 0.64 | 0.43 | 0.23 | 340.48 | 0.52 | 0.53 |
| Hex | C5 | 47 | 70 | 0 | 40 | 2B | 17 | 154 | 34 | 35 |
| Octal | 305 | 107 | 160 | 0 | 100 | 53 | 27 | 524 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1110000 | 0 | 1000000 | 101011 | 10111 | 101010100 | 110100 | 110101 |
Color Harmonies of #C54770
Complementary color
Monochromatic Colors of #C54770
Black with #C54770
Text Example
Text Example
White with #C54770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54770; }
p { color: rgb(197,71,112); }
H1.HeaderClassName
{
color: #C54770;
}
.AnyTagClassName
{
color: #C54770;
}
</style>
background-color css
<style>
a { background-color: #C54770; }
a { background-color: rgb(197,71,112); }
div.DivClassName
{
background-color: #C54770;
}
.BgClassName
{
background-color: #C54770;
}
</style>
border-color css
<style>
span { border-color: #C54770; }
span { border-color: rgb(197,71,112); }
td.TdClassName
{
border-color: #C54770;
}
.TagClassName
{
border-color: #C54770;
}
</style>