Shades of Cabaret #C53C66
Tints of Cabaret #C53C66
RGB
CMYK
RGB Variations
Color information
#C53C66 (or 0xC53C66) is known color: Cabaret. HEX triplet: C5, 3C and 66. RGB value is (197,60,102). Sum of RGB (Red+Green+Blue) = 197+60+102=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C66 is #3AC399. Grayscale: #696969. Windows color (decimal): -3851162 or 6700229. OLE color: 6700229.
HSL color Cylindrical-coordinate representation of color #C53C66: hue angle of 341.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C66 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 102 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.23 |
| HSL | 341.61º | 0.54% | 0.5% | - |
| HSV(B) | 341.61º | 0.7% | 0.77% | - |
| XYZ | 27.04 | 16.06 | 14.25 | - |
| YUV | 105.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 102 | 0 | 0.70 | 0.48 | 0.23 | 341.61 | 0.54 | 0.5 |
| Hex | C5 | 3C | 66 | 0 | 46 | 30 | 17 | 156 | 36 | 32 |
| Octal | 305 | 74 | 146 | 0 | 106 | 60 | 27 | 526 | 66 | 62 |
| Binary | 11000101 | 111100 | 1100110 | 0 | 1000110 | 110000 | 10111 | 101010110 | 110110 | 110010 |
Color Harmonies of #C53C66
Complementary color
Monochromatic Colors of #C53C66
Black with #C53C66
Text Example
Text Example
White with #C53C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C66; }
p { color: rgb(197,60,102); }
H1.HeaderClassName
{
color: #C53C66;
}
.AnyTagClassName
{
color: #C53C66;
}
</style>
background-color css
<style>
a { background-color: #C53C66; }
a { background-color: rgb(197,60,102); }
div.DivClassName
{
background-color: #C53C66;
}
.BgClassName
{
background-color: #C53C66;
}
</style>
border-color css
<style>
span { border-color: #C53C66; }
span { border-color: rgb(197,60,102); }
td.TdClassName
{
border-color: #C53C66;
}
.TagClassName
{
border-color: #C53C66;
}
</style>