Shades of Cabaret #C53F64
Tints of Cabaret #C53F64
RGB
CMYK
RGB Variations
Color information
#C53F64 (or 0xC53F64) is known color: Cabaret. HEX triplet: C5, 3F and 64. RGB value is (197,63,100). Sum of RGB (Red+Green+Blue) = 197+63+100=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F64 is #3AC09B. Grayscale: #6B6B6B. Windows color (decimal): -3850396 or 6569925. OLE color: 6569925.
HSL color Cylindrical-coordinate representation of color #C53F64: hue angle of 343.43º 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 #C53F64 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 100 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.23 |
| HSL | 343.43º | 0.54% | 0.51% | - |
| HSV(B) | 343.43º | 0.68% | 0.77% | - |
| XYZ | 27.1 | 16.35 | 13.78 | - |
| YUV | 107.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 100 | 0 | 0.68 | 0.49 | 0.23 | 343.43 | 0.54 | 0.51 |
| Hex | C5 | 3F | 64 | 0 | 44 | 31 | 17 | 157 | 36 | 33 |
| Octal | 305 | 77 | 144 | 0 | 104 | 61 | 27 | 527 | 66 | 63 |
| Binary | 11000101 | 111111 | 1100100 | 0 | 1000100 | 110001 | 10111 | 101010111 | 110110 | 110011 |
Color Harmonies of #C53F64
Complementary color
Monochromatic Colors of #C53F64
Black with #C53F64
Text Example
Text Example
White with #C53F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F64; }
p { color: rgb(197,63,100); }
H1.HeaderClassName
{
color: #C53F64;
}
.AnyTagClassName
{
color: #C53F64;
}
</style>
background-color css
<style>
a { background-color: #C53F64; }
a { background-color: rgb(197,63,100); }
div.DivClassName
{
background-color: #C53F64;
}
.BgClassName
{
background-color: #C53F64;
}
</style>
border-color css
<style>
span { border-color: #C53F64; }
span { border-color: rgb(197,63,100); }
td.TdClassName
{
border-color: #C53F64;
}
.TagClassName
{
border-color: #C53F64;
}
</style>