Shades of Cabaret #C54E6D
Tints of Cabaret #C54E6D
RGB
CMYK
RGB Variations
Color information
#C54E6D (or 0xC54E6D) is known color: Cabaret. HEX triplet: C5, 4E and 6D. RGB value is (197,78,109). Sum of RGB (Red+Green+Blue) = 197+78+109=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E6D is #3AB192. Grayscale: #757575. Windows color (decimal): -3846547 or 7163589. OLE color: 7163589.
HSL color Cylindrical-coordinate representation of color #C54E6D: hue angle of 344.37º 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 #C54E6D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 109 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.23 |
| HSL | 344.37º | 0.51% | 0.54% | - |
| HSV(B) | 344.37º | 0.6% | 0.77% | - |
| XYZ | 28.51 | 18.42 | 16.52 | - |
| YUV | 117.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 109 | 0 | 0.60 | 0.45 | 0.23 | 344.37 | 0.51 | 0.54 |
| Hex | C5 | 4E | 6D | 0 | 3C | 2D | 17 | 158 | 33 | 36 |
| Octal | 305 | 116 | 155 | 0 | 74 | 55 | 27 | 530 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1101101 | 0 | 111100 | 101101 | 10111 | 101011000 | 110011 | 110110 |
Color Harmonies of #C54E6D
Complementary color
Monochromatic Colors of #C54E6D
Black with #C54E6D
Text Example
Text Example
White with #C54E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E6D; }
p { color: rgb(197,78,109); }
H1.HeaderClassName
{
color: #C54E6D;
}
.AnyTagClassName
{
color: #C54E6D;
}
</style>
background-color css
<style>
a { background-color: #C54E6D; }
a { background-color: rgb(197,78,109); }
div.DivClassName
{
background-color: #C54E6D;
}
.BgClassName
{
background-color: #C54E6D;
}
</style>
border-color css
<style>
span { border-color: #C54E6D; }
span { border-color: rgb(197,78,109); }
td.TdClassName
{
border-color: #C54E6D;
}
.TagClassName
{
border-color: #C54E6D;
}
</style>