Shades of Cabaret #C54E63
Tints of Cabaret #C54E63
RGB
CMYK
RGB Variations
Color information
#C54E63 (or 0xC54E63) is known color: Cabaret. HEX triplet: C5, 4E and 63. RGB value is (197,78,99). Sum of RGB (Red+Green+Blue) = 197+78+99=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E63 is #3AB19C. Grayscale: #747474. Windows color (decimal): -3846557 or 6508229. OLE color: 6508229.
HSL color Cylindrical-coordinate representation of color #C54E63: hue angle of 349.41º 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 #C54E63 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 99 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.23 |
| HSL | 349.41º | 0.51% | 0.54% | - |
| HSV(B) | 349.41º | 0.6% | 0.77% | - |
| XYZ | 28 | 18.22 | 13.85 | - |
| YUV | 115.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 99 | 0 | 0.60 | 0.50 | 0.23 | 349.41 | 0.51 | 0.54 |
| Hex | C5 | 4E | 63 | 0 | 3C | 32 | 17 | 15D | 33 | 36 |
| Octal | 305 | 116 | 143 | 0 | 74 | 62 | 27 | 535 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1100011 | 0 | 111100 | 110010 | 10111 | 101011101 | 110011 | 110110 |
Color Harmonies of #C54E63
Complementary color
Monochromatic Colors of #C54E63
Black with #C54E63
Text Example
Text Example
White with #C54E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E63; }
p { color: rgb(197,78,99); }
H1.HeaderClassName
{
color: #C54E63;
}
.AnyTagClassName
{
color: #C54E63;
}
</style>
background-color css
<style>
a { background-color: #C54E63; }
a { background-color: rgb(197,78,99); }
div.DivClassName
{
background-color: #C54E63;
}
.BgClassName
{
background-color: #C54E63;
}
</style>
border-color css
<style>
span { border-color: #C54E63; }
span { border-color: rgb(197,78,99); }
td.TdClassName
{
border-color: #C54E63;
}
.TagClassName
{
border-color: #C54E63;
}
</style>