Shades of Cabaret #C54763
Tints of Cabaret #C54763
RGB
CMYK
RGB Variations
Color information
#C54763 (or 0xC54763) is known color: Cabaret. HEX triplet: C5, 47 and 63. RGB value is (197,71,99). Sum of RGB (Red+Green+Blue) = 197+71+99=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C54763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54763 is #3AB89C. Grayscale: #6F6F6F. Windows color (decimal): -3848349 or 6506437. OLE color: 6506437.
HSL color Cylindrical-coordinate representation of color #C54763: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54763 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 99 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.23 |
| HSL | 346.67º | 0.52% | 0.53% | - |
| HSV(B) | 346.67º | 0.64% | 0.77% | - |
| XYZ | 27.53 | 17.28 | 13.69 | - |
| YUV | 111.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 99 | 0 | 0.64 | 0.50 | 0.23 | 346.67 | 0.52 | 0.53 |
| Hex | C5 | 47 | 63 | 0 | 40 | 32 | 17 | 15B | 34 | 35 |
| Octal | 305 | 107 | 143 | 0 | 100 | 62 | 27 | 533 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1100011 | 0 | 1000000 | 110010 | 10111 | 101011011 | 110100 | 110101 |
Color Harmonies of #C54763
Complementary color
Monochromatic Colors of #C54763
Black with #C54763
Text Example
Text Example
White with #C54763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54763; }
p { color: rgb(197,71,99); }
H1.HeaderClassName
{
color: #C54763;
}
.AnyTagClassName
{
color: #C54763;
}
</style>
background-color css
<style>
a { background-color: #C54763; }
a { background-color: rgb(197,71,99); }
div.DivClassName
{
background-color: #C54763;
}
.BgClassName
{
background-color: #C54763;
}
</style>
border-color css
<style>
span { border-color: #C54763; }
span { border-color: rgb(197,71,99); }
td.TdClassName
{
border-color: #C54763;
}
.TagClassName
{
border-color: #C54763;
}
</style>