Shades of Cabaret #C54E6F
Tints of Cabaret #C54E6F
RGB
CMYK
RGB Variations
Color information
#C54E6F (or 0xC54E6F) is known color: Cabaret. HEX triplet: C5, 4E and 6F. RGB value is (197,78,111). Sum of RGB (Red+Green+Blue) = 197+78+111=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E6F is #3AB190. Grayscale: #757575. Windows color (decimal): -3846545 or 7294661. OLE color: 7294661.
HSL color Cylindrical-coordinate representation of color #C54E6F: hue angle of 343.36º degrees, saturation: 0.51, 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 #C54E6F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 111 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.23 |
| HSL | 343.36º | 0.51% | 0.54% | - |
| HSV(B) | 343.36º | 0.6% | 0.77% | - |
| XYZ | 28.62 | 18.47 | 17.09 | - |
| YUV | 117.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 111 | 0 | 0.60 | 0.44 | 0.23 | 343.36 | 0.51 | 0.54 |
| Hex | C5 | 4E | 6F | 0 | 3C | 2C | 17 | 157 | 33 | 36 |
| Octal | 305 | 116 | 157 | 0 | 74 | 54 | 27 | 527 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1101111 | 0 | 111100 | 101100 | 10111 | 101010111 | 110011 | 110110 |
Color Harmonies of #C54E6F
Complementary color
Monochromatic Colors of #C54E6F
Black with #C54E6F
Text Example
Text Example
White with #C54E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E6F; }
p { color: rgb(197,78,111); }
H1.HeaderClassName
{
color: #C54E6F;
}
.AnyTagClassName
{
color: #C54E6F;
}
</style>
background-color css
<style>
a { background-color: #C54E6F; }
a { background-color: rgb(197,78,111); }
div.DivClassName
{
background-color: #C54E6F;
}
.BgClassName
{
background-color: #C54E6F;
}
</style>
border-color css
<style>
span { border-color: #C54E6F; }
span { border-color: rgb(197,78,111); }
td.TdClassName
{
border-color: #C54E6F;
}
.TagClassName
{
border-color: #C54E6F;
}
</style>