Shades of Cabaret #C53F68
Tints of Cabaret #C53F68
RGB
CMYK
RGB Variations
Color information
#C53F68 (or 0xC53F68) is known color: Cabaret. HEX triplet: C5, 3F and 68. RGB value is (197,63,104). Sum of RGB (Red+Green+Blue) = 197+63+104=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F68 is #3AC097. Grayscale: #6B6B6B. Windows color (decimal): -3850392 or 6832069. OLE color: 6832069.
HSL color Cylindrical-coordinate representation of color #C53F68: hue angle of 341.64º 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 #C53F68 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 104 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.23 |
| HSL | 341.64º | 0.54% | 0.51% | - |
| HSV(B) | 341.64º | 0.68% | 0.77% | - |
| XYZ | 27.3 | 16.42 | 14.83 | - |
| YUV | 107.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 104 | 0 | 0.68 | 0.47 | 0.23 | 341.64 | 0.54 | 0.51 |
| Hex | C5 | 3F | 68 | 0 | 44 | 2F | 17 | 156 | 36 | 33 |
| Octal | 305 | 77 | 150 | 0 | 104 | 57 | 27 | 526 | 66 | 63 |
| Binary | 11000101 | 111111 | 1101000 | 0 | 1000100 | 101111 | 10111 | 101010110 | 110110 | 110011 |
Color Harmonies of #C53F68
Complementary color
Monochromatic Colors of #C53F68
Black with #C53F68
Text Example
Text Example
White with #C53F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F68; }
p { color: rgb(197,63,104); }
H1.HeaderClassName
{
color: #C53F68;
}
.AnyTagClassName
{
color: #C53F68;
}
</style>
background-color css
<style>
a { background-color: #C53F68; }
a { background-color: rgb(197,63,104); }
div.DivClassName
{
background-color: #C53F68;
}
.BgClassName
{
background-color: #C53F68;
}
</style>
border-color css
<style>
span { border-color: #C53F68; }
span { border-color: rgb(197,63,104); }
td.TdClassName
{
border-color: #C53F68;
}
.TagClassName
{
border-color: #C53F68;
}
</style>