Shades of Cabaret #C64E72
Tints of Cabaret #C64E72
RGB
CMYK
RGB Variations
Color information
#C64E72 (or 0xC64E72) is known color: Cabaret. HEX triplet: C6, 4E and 72. RGB value is (198,78,114). Sum of RGB (Red+Green+Blue) = 198+78+114=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E72 is #39B18D. Grayscale: #757575. Windows color (decimal): -3781006 or 7491270. OLE color: 7491270.
HSL color Cylindrical-coordinate representation of color #C64E72: hue angle of 342º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E72 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 114 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.22 |
| HSL | 342º | 0.51% | 0.54% | - |
| HSV(B) | 342º | 0.61% | 0.78% | - |
| XYZ | 29.05 | 18.67 | 17.99 | - |
| YUV | 117.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 114 | 0 | 0.61 | 0.42 | 0.22 | 342 | 0.51 | 0.54 |
| Hex | C6 | 4E | 72 | 0 | 3D | 2A | 16 | 156 | 33 | 36 |
| Octal | 306 | 116 | 162 | 0 | 75 | 52 | 26 | 526 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1110010 | 0 | 111101 | 101010 | 10110 | 101010110 | 110011 | 110110 |
Color Harmonies of #C64E72
Complementary color
Monochromatic Colors of #C64E72
Black with #C64E72
Text Example
Text Example
White with #C64E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E72; }
p { color: rgb(198,78,114); }
H1.HeaderClassName
{
color: #C64E72;
}
.AnyTagClassName
{
color: #C64E72;
}
</style>
background-color css
<style>
a { background-color: #C64E72; }
a { background-color: rgb(198,78,114); }
div.DivClassName
{
background-color: #C64E72;
}
.BgClassName
{
background-color: #C64E72;
}
</style>
border-color css
<style>
span { border-color: #C64E72; }
span { border-color: rgb(198,78,114); }
td.TdClassName
{
border-color: #C64E72;
}
.TagClassName
{
border-color: #C64E72;
}
</style>