Shades of Cabaret #C53D63
Tints of Cabaret #C53D63
RGB
CMYK
RGB Variations
Color information
#C53D63 (or 0xC53D63) is known color: Cabaret. HEX triplet: C5, 3D and 63. RGB value is (197,61,99). Sum of RGB (Red+Green+Blue) = 197+61+99=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D63 is #3AC29C. Grayscale: #696969. Windows color (decimal): -3850909 or 6503877. OLE color: 6503877.
HSL color Cylindrical-coordinate representation of color #C53D63: hue angle of 343.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D63 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 99 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.23 |
| HSL | 343.24º | 0.54% | 0.51% | - |
| HSV(B) | 343.24º | 0.69% | 0.77% | - |
| XYZ | 26.95 | 16.11 | 13.49 | - |
| YUV | 106 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 99 | 0 | 0.69 | 0.50 | 0.23 | 343.24 | 0.54 | 0.51 |
| Hex | C5 | 3D | 63 | 0 | 45 | 32 | 17 | 157 | 36 | 33 |
| Octal | 305 | 75 | 143 | 0 | 105 | 62 | 27 | 527 | 66 | 63 |
| Binary | 11000101 | 111101 | 1100011 | 0 | 1000101 | 110010 | 10111 | 101010111 | 110110 | 110011 |
Color Harmonies of #C53D63
Complementary color
Monochromatic Colors of #C53D63
Black with #C53D63
Text Example
Text Example
White with #C53D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D63; }
p { color: rgb(197,61,99); }
H1.HeaderClassName
{
color: #C53D63;
}
.AnyTagClassName
{
color: #C53D63;
}
</style>
background-color css
<style>
a { background-color: #C53D63; }
a { background-color: rgb(197,61,99); }
div.DivClassName
{
background-color: #C53D63;
}
.BgClassName
{
background-color: #C53D63;
}
</style>
border-color css
<style>
span { border-color: #C53D63; }
span { border-color: rgb(197,61,99); }
td.TdClassName
{
border-color: #C53D63;
}
.TagClassName
{
border-color: #C53D63;
}
</style>