Shades of Cabaret #C54F71
Tints of Cabaret #C54F71
RGB
CMYK
RGB Variations
Color information
#C54F71 (or 0xC54F71) is known color: Cabaret. HEX triplet: C5, 4F and 71. RGB value is (197,79,113). Sum of RGB (Red+Green+Blue) = 197+79+113=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F71 is #3AB08E. Grayscale: #767676. Windows color (decimal): -3846287 or 7425989. OLE color: 7425989.
HSL color Cylindrical-coordinate representation of color #C54F71: hue angle of 342.71º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F71 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 113 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.23 |
| HSL | 342.71º | 0.5% | 0.54% | - |
| HSV(B) | 342.71º | 0.6% | 0.77% | - |
| XYZ | 28.8 | 18.65 | 17.71 | - |
| YUV | 118.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 113 | 0 | 0.60 | 0.43 | 0.23 | 342.71 | 0.5 | 0.54 |
| Hex | C5 | 4F | 71 | 0 | 3C | 2B | 17 | 157 | 32 | 36 |
| Octal | 305 | 117 | 161 | 0 | 74 | 53 | 27 | 527 | 62 | 66 |
| Binary | 11000101 | 1001111 | 1110001 | 0 | 111100 | 101011 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C54F71
Complementary color
Monochromatic Colors of #C54F71
Black with #C54F71
Text Example
Text Example
White with #C54F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F71; }
p { color: rgb(197,79,113); }
H1.HeaderClassName
{
color: #C54F71;
}
.AnyTagClassName
{
color: #C54F71;
}
</style>
background-color css
<style>
a { background-color: #C54F71; }
a { background-color: rgb(197,79,113); }
div.DivClassName
{
background-color: #C54F71;
}
.BgClassName
{
background-color: #C54F71;
}
</style>
border-color css
<style>
span { border-color: #C54F71; }
span { border-color: rgb(197,79,113); }
td.TdClassName
{
border-color: #C54F71;
}
.TagClassName
{
border-color: #C54F71;
}
</style>