Shades of Cabaret #C53C65
Tints of Cabaret #C53C65
RGB
CMYK
RGB Variations
Color information
#C53C65 (or 0xC53C65) is known color: Cabaret. HEX triplet: C5, 3C and 65. RGB value is (197,60,101). Sum of RGB (Red+Green+Blue) = 197+60+101=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C65 is #3AC39A. Grayscale: #696969. Windows color (decimal): -3851163 or 6634693. OLE color: 6634693.
HSL color Cylindrical-coordinate representation of color #C53C65: hue angle of 342.04º 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 #C53C65 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 101 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.23 |
| HSL | 342.04º | 0.54% | 0.5% | - |
| HSV(B) | 342.04º | 0.7% | 0.77% | - |
| XYZ | 26.99 | 16.04 | 13.99 | - |
| YUV | 105.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 101 | 0 | 0.70 | 0.49 | 0.23 | 342.04 | 0.54 | 0.5 |
| Hex | C5 | 3C | 65 | 0 | 46 | 31 | 17 | 156 | 36 | 32 |
| Octal | 305 | 74 | 145 | 0 | 106 | 61 | 27 | 526 | 66 | 62 |
| Binary | 11000101 | 111100 | 1100101 | 0 | 1000110 | 110001 | 10111 | 101010110 | 110110 | 110010 |
Color Harmonies of #C53C65
Complementary color
Monochromatic Colors of #C53C65
Black with #C53C65
Text Example
Text Example
White with #C53C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C65; }
p { color: rgb(197,60,101); }
H1.HeaderClassName
{
color: #C53C65;
}
.AnyTagClassName
{
color: #C53C65;
}
</style>
background-color css
<style>
a { background-color: #C53C65; }
a { background-color: rgb(197,60,101); }
div.DivClassName
{
background-color: #C53C65;
}
.BgClassName
{
background-color: #C53C65;
}
</style>
border-color css
<style>
span { border-color: #C53C65; }
span { border-color: rgb(197,60,101); }
td.TdClassName
{
border-color: #C53C65;
}
.TagClassName
{
border-color: #C53C65;
}
</style>