Shades of Cabaret #C53F5F
Tints of Cabaret #C53F5F
RGB
CMYK
RGB Variations
Color information
#C53F5F (or 0xC53F5F) is known color: Cabaret. HEX triplet: C5, 3F and 5F. RGB value is (197,63,95). Sum of RGB (Red+Green+Blue) = 197+63+95=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F5F is #3AC0A0. Grayscale: #6A6A6A. Windows color (decimal): -3850401 or 6242245. OLE color: 6242245.
HSL color Cylindrical-coordinate representation of color #C53F5F: hue angle of 345.67º degrees, saturation: 0.54, 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 #C53F5F is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 95 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.23 |
| HSL | 345.67º | 0.54% | 0.51% | - |
| HSV(B) | 345.67º | 0.68% | 0.77% | - |
| XYZ | 26.87 | 16.25 | 12.55 | - |
| YUV | 106.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 95 | 0 | 0.68 | 0.52 | 0.23 | 345.67 | 0.54 | 0.51 |
| Hex | C5 | 3F | 5F | 0 | 44 | 34 | 17 | 15A | 36 | 33 |
| Octal | 305 | 77 | 137 | 0 | 104 | 64 | 27 | 532 | 66 | 63 |
| Binary | 11000101 | 111111 | 1011111 | 0 | 1000100 | 110100 | 10111 | 101011010 | 110110 | 110011 |
Color Harmonies of #C53F5F
Complementary color
Monochromatic Colors of #C53F5F
Black with #C53F5F
Text Example
Text Example
White with #C53F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F5F; }
p { color: rgb(197,63,95); }
H1.HeaderClassName
{
color: #C53F5F;
}
.AnyTagClassName
{
color: #C53F5F;
}
</style>
background-color css
<style>
a { background-color: #C53F5F; }
a { background-color: rgb(197,63,95); }
div.DivClassName
{
background-color: #C53F5F;
}
.BgClassName
{
background-color: #C53F5F;
}
</style>
border-color css
<style>
span { border-color: #C53F5F; }
span { border-color: rgb(197,63,95); }
td.TdClassName
{
border-color: #C53F5F;
}
.TagClassName
{
border-color: #C53F5F;
}
</style>