Shades of Cabaret #C54E6E
Tints of Cabaret #C54E6E
RGB
CMYK
RGB Variations
Color information
#C54E6E (or 0xC54E6E) is known color: Cabaret. HEX triplet: C5, 4E and 6E. RGB value is (197,78,110). Sum of RGB (Red+Green+Blue) = 197+78+110=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E6E is #3AB191. Grayscale: #757575. Windows color (decimal): -3846546 or 7229125. OLE color: 7229125.
HSL color Cylindrical-coordinate representation of color #C54E6E: hue angle of 343.87º 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 #C54E6E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 110 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.23 |
| HSL | 343.87º | 0.51% | 0.54% | - |
| HSV(B) | 343.87º | 0.6% | 0.77% | - |
| XYZ | 28.56 | 18.44 | 16.81 | - |
| YUV | 117.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 110 | 0 | 0.60 | 0.44 | 0.23 | 343.87 | 0.51 | 0.54 |
| Hex | C5 | 4E | 6E | 0 | 3C | 2C | 17 | 158 | 33 | 36 |
| Octal | 305 | 116 | 156 | 0 | 74 | 54 | 27 | 530 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1101110 | 0 | 111100 | 101100 | 10111 | 101011000 | 110011 | 110110 |
Color Harmonies of #C54E6E
Complementary color
Monochromatic Colors of #C54E6E
Black with #C54E6E
Text Example
Text Example
White with #C54E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E6E; }
p { color: rgb(197,78,110); }
H1.HeaderClassName
{
color: #C54E6E;
}
.AnyTagClassName
{
color: #C54E6E;
}
</style>
background-color css
<style>
a { background-color: #C54E6E; }
a { background-color: rgb(197,78,110); }
div.DivClassName
{
background-color: #C54E6E;
}
.BgClassName
{
background-color: #C54E6E;
}
</style>
border-color css
<style>
span { border-color: #C54E6E; }
span { border-color: rgb(197,78,110); }
td.TdClassName
{
border-color: #C54E6E;
}
.TagClassName
{
border-color: #C54E6E;
}
</style>