Shades of Cabaret #C53C67
Tints of Cabaret #C53C67
RGB
CMYK
RGB Variations
Color information
#C53C67 (or 0xC53C67) is known color: Cabaret. HEX triplet: C5, 3C and 67. RGB value is (197,60,103). Sum of RGB (Red+Green+Blue) = 197+60+103=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C67 is #3AC398. Grayscale: #696969. Windows color (decimal): -3851161 or 6765765. OLE color: 6765765.
HSL color Cylindrical-coordinate representation of color #C53C67: hue angle of 341.17º 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 #C53C67 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 103 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.23 |
| HSL | 341.17º | 0.54% | 0.5% | - |
| HSV(B) | 341.17º | 0.7% | 0.77% | - |
| XYZ | 27.09 | 16.08 | 14.51 | - |
| YUV | 105.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 103 | 0 | 0.70 | 0.48 | 0.23 | 341.17 | 0.54 | 0.5 |
| Hex | C5 | 3C | 67 | 0 | 46 | 30 | 17 | 155 | 36 | 32 |
| Octal | 305 | 74 | 147 | 0 | 106 | 60 | 27 | 525 | 66 | 62 |
| Binary | 11000101 | 111100 | 1100111 | 0 | 1000110 | 110000 | 10111 | 101010101 | 110110 | 110010 |
Color Harmonies of #C53C67
Complementary color
Monochromatic Colors of #C53C67
Black with #C53C67
Text Example
Text Example
White with #C53C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C67; }
p { color: rgb(197,60,103); }
H1.HeaderClassName
{
color: #C53C67;
}
.AnyTagClassName
{
color: #C53C67;
}
</style>
background-color css
<style>
a { background-color: #C53C67; }
a { background-color: rgb(197,60,103); }
div.DivClassName
{
background-color: #C53C67;
}
.BgClassName
{
background-color: #C53C67;
}
</style>
border-color css
<style>
span { border-color: #C53C67; }
span { border-color: rgb(197,60,103); }
td.TdClassName
{
border-color: #C53C67;
}
.TagClassName
{
border-color: #C53C67;
}
</style>