Shades of Cabaret #C64A72
Tints of Cabaret #C64A72
RGB
CMYK
RGB Variations
Color information
#C64A72 (or 0xC64A72) is known color: Cabaret. HEX triplet: C6, 4A and 72. RGB value is (198,74,114). Sum of RGB (Red+Green+Blue) = 198+74+114=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A72 is #39B58D. Grayscale: #737373. Windows color (decimal): -3782030 or 7490246. OLE color: 7490246.
HSL color Cylindrical-coordinate representation of color #C64A72: hue angle of 340.65º 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 #C64A72 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 114 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.22 |
| HSL | 340.65º | 0.52% | 0.53% | - |
| HSV(B) | 340.65º | 0.63% | 0.78% | - |
| XYZ | 28.77 | 18.12 | 17.9 | - |
| YUV | 115.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 114 | 0 | 0.63 | 0.42 | 0.22 | 340.65 | 0.52 | 0.53 |
| Hex | C6 | 4A | 72 | 0 | 3F | 2A | 16 | 155 | 34 | 35 |
| Octal | 306 | 112 | 162 | 0 | 77 | 52 | 26 | 525 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1110010 | 0 | 111111 | 101010 | 10110 | 101010101 | 110100 | 110101 |
Color Harmonies of #C64A72
Complementary color
Monochromatic Colors of #C64A72
Black with #C64A72
Text Example
Text Example
White with #C64A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A72; }
p { color: rgb(198,74,114); }
H1.HeaderClassName
{
color: #C64A72;
}
.AnyTagClassName
{
color: #C64A72;
}
</style>
background-color css
<style>
a { background-color: #C64A72; }
a { background-color: rgb(198,74,114); }
div.DivClassName
{
background-color: #C64A72;
}
.BgClassName
{
background-color: #C64A72;
}
</style>
border-color css
<style>
span { border-color: #C64A72; }
span { border-color: rgb(198,74,114); }
td.TdClassName
{
border-color: #C64A72;
}
.TagClassName
{
border-color: #C64A72;
}
</style>