Shades of Cabaret #C54E62
Tints of Cabaret #C54E62
RGB
CMYK
RGB Variations
Color information
#C54E62 (or 0xC54E62) is known color: Cabaret. HEX triplet: C5, 4E and 62. RGB value is (197,78,98). Sum of RGB (Red+Green+Blue) = 197+78+98=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E62 is #3AB19D. Grayscale: #737373. Windows color (decimal): -3846558 or 6442693. OLE color: 6442693.
HSL color Cylindrical-coordinate representation of color #C54E62: hue angle of 349.92º 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 #C54E62 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 98 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.23 |
| HSL | 349.92º | 0.51% | 0.54% | - |
| HSV(B) | 349.92º | 0.6% | 0.77% | - |
| XYZ | 27.95 | 18.2 | 13.6 | - |
| YUV | 115.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 98 | 0 | 0.60 | 0.50 | 0.23 | 349.92 | 0.51 | 0.54 |
| Hex | C5 | 4E | 62 | 0 | 3C | 32 | 17 | 15E | 33 | 36 |
| Octal | 305 | 116 | 142 | 0 | 74 | 62 | 27 | 536 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1100010 | 0 | 111100 | 110010 | 10111 | 101011110 | 110011 | 110110 |
Color Harmonies of #C54E62
Complementary color
Monochromatic Colors of #C54E62
Black with #C54E62
Text Example
Text Example
White with #C54E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E62; }
p { color: rgb(197,78,98); }
H1.HeaderClassName
{
color: #C54E62;
}
.AnyTagClassName
{
color: #C54E62;
}
</style>
background-color css
<style>
a { background-color: #C54E62; }
a { background-color: rgb(197,78,98); }
div.DivClassName
{
background-color: #C54E62;
}
.BgClassName
{
background-color: #C54E62;
}
</style>
border-color css
<style>
span { border-color: #C54E62; }
span { border-color: rgb(197,78,98); }
td.TdClassName
{
border-color: #C54E62;
}
.TagClassName
{
border-color: #C54E62;
}
</style>