Shades of Cabaret #C64D72
Tints of Cabaret #C64D72
RGB
CMYK
RGB Variations
Color information
#C64D72 (or 0xC64D72) is known color: Cabaret. HEX triplet: C6, 4D and 72. RGB value is (198,77,114). Sum of RGB (Red+Green+Blue) = 198+77+114=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D72 is #39B28D. Grayscale: #757575. Windows color (decimal): -3781262 or 7491014. OLE color: 7491014.
HSL color Cylindrical-coordinate representation of color #C64D72: hue angle of 341.65º 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 #C64D72 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 114 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.22 |
| HSL | 341.65º | 0.51% | 0.54% | - |
| HSV(B) | 341.65º | 0.61% | 0.78% | - |
| XYZ | 28.98 | 18.53 | 17.97 | - |
| YUV | 117.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 114 | 0 | 0.61 | 0.42 | 0.22 | 341.65 | 0.51 | 0.54 |
| Hex | C6 | 4D | 72 | 0 | 3D | 2A | 16 | 156 | 33 | 36 |
| Octal | 306 | 115 | 162 | 0 | 75 | 52 | 26 | 526 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1110010 | 0 | 111101 | 101010 | 10110 | 101010110 | 110011 | 110110 |
Color Harmonies of #C64D72
Complementary color
Monochromatic Colors of #C64D72
Black with #C64D72
Text Example
Text Example
White with #C64D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D72; }
p { color: rgb(198,77,114); }
H1.HeaderClassName
{
color: #C64D72;
}
.AnyTagClassName
{
color: #C64D72;
}
</style>
background-color css
<style>
a { background-color: #C64D72; }
a { background-color: rgb(198,77,114); }
div.DivClassName
{
background-color: #C64D72;
}
.BgClassName
{
background-color: #C64D72;
}
</style>
border-color css
<style>
span { border-color: #C64D72; }
span { border-color: rgb(198,77,114); }
td.TdClassName
{
border-color: #C64D72;
}
.TagClassName
{
border-color: #C64D72;
}
</style>