Shades of Cabaret #C54063
Tints of Cabaret #C54063
RGB
CMYK
RGB Variations
Color information
#C54063 (or 0xC54063) is known color: Cabaret. HEX triplet: C5, 40 and 63. RGB value is (197,64,99). Sum of RGB (Red+Green+Blue) = 197+64+99=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C54063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54063 is #3ABF9C. Grayscale: #6B6B6B. Windows color (decimal): -3850141 or 6504645. OLE color: 6504645.
HSL color Cylindrical-coordinate representation of color #C54063: hue angle of 344.21º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54063 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 99 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.23 |
| HSL | 344.21º | 0.53% | 0.51% | - |
| HSV(B) | 344.21º | 0.68% | 0.77% | - |
| XYZ | 27.11 | 16.44 | 13.55 | - |
| YUV | 107.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 99 | 0 | 0.68 | 0.50 | 0.23 | 344.21 | 0.53 | 0.51 |
| Hex | C5 | 40 | 63 | 0 | 44 | 32 | 17 | 158 | 35 | 33 |
| Octal | 305 | 100 | 143 | 0 | 104 | 62 | 27 | 530 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1100011 | 0 | 1000100 | 110010 | 10111 | 101011000 | 110101 | 110011 |
Color Harmonies of #C54063
Complementary color
Monochromatic Colors of #C54063
Black with #C54063
Text Example
Text Example
White with #C54063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54063; }
p { color: rgb(197,64,99); }
H1.HeaderClassName
{
color: #C54063;
}
.AnyTagClassName
{
color: #C54063;
}
</style>
background-color css
<style>
a { background-color: #C54063; }
a { background-color: rgb(197,64,99); }
div.DivClassName
{
background-color: #C54063;
}
.BgClassName
{
background-color: #C54063;
}
</style>
border-color css
<style>
span { border-color: #C54063; }
span { border-color: rgb(197,64,99); }
td.TdClassName
{
border-color: #C54063;
}
.TagClassName
{
border-color: #C54063;
}
</style>