Shades of Cabaret #C64A73
Tints of Cabaret #C64A73
RGB
CMYK
RGB Variations
Color information
#C64A73 (or 0xC64A73) is known color: Cabaret. HEX triplet: C6, 4A and 73. RGB value is (198,74,115). Sum of RGB (Red+Green+Blue) = 198+74+115=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A73 is #39B58C. Grayscale: #737373. Windows color (decimal): -3782029 or 7555782. OLE color: 7555782.
HSL color Cylindrical-coordinate representation of color #C64A73: hue angle of 340.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A73 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 115 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.22 |
| HSL | 340.16º | 0.52% | 0.53% | - |
| HSV(B) | 340.16º | 0.63% | 0.78% | - |
| XYZ | 28.83 | 18.14 | 18.2 | - |
| YUV | 115.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 115 | 0 | 0.63 | 0.42 | 0.22 | 340.16 | 0.52 | 0.53 |
| Hex | C6 | 4A | 73 | 0 | 3F | 2A | 16 | 154 | 34 | 35 |
| Octal | 306 | 112 | 163 | 0 | 77 | 52 | 26 | 524 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1110011 | 0 | 111111 | 101010 | 10110 | 101010100 | 110100 | 110101 |
Color Harmonies of #C64A73
Complementary color
Monochromatic Colors of #C64A73
Black with #C64A73
Text Example
Text Example
White with #C64A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A73; }
p { color: rgb(198,74,115); }
H1.HeaderClassName
{
color: #C64A73;
}
.AnyTagClassName
{
color: #C64A73;
}
</style>
background-color css
<style>
a { background-color: #C64A73; }
a { background-color: rgb(198,74,115); }
div.DivClassName
{
background-color: #C64A73;
}
.BgClassName
{
background-color: #C64A73;
}
</style>
border-color css
<style>
span { border-color: #C64A73; }
span { border-color: rgb(198,74,115); }
td.TdClassName
{
border-color: #C64A73;
}
.TagClassName
{
border-color: #C64A73;
}
</style>