Shades of Cabaret #C64C72
Tints of Cabaret #C64C72
RGB
CMYK
RGB Variations
Color information
#C64C72 (or 0xC64C72) is known color: Cabaret. HEX triplet: C6, 4C and 72. RGB value is (198,76,114). Sum of RGB (Red+Green+Blue) = 198+76+114=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C72 is #39B38D. Grayscale: #747474. Windows color (decimal): -3781518 or 7490758. OLE color: 7490758.
HSL color Cylindrical-coordinate representation of color #C64C72: hue angle of 341.31º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C72 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 114 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 341.31º | 0.52% | 0.54% | - |
| HSV(B) | 341.31º | 0.62% | 0.78% | - |
| XYZ | 28.91 | 18.39 | 17.95 | - |
| YUV | 116.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 114 | 0 | 0.62 | 0.42 | 0.22 | 341.31 | 0.52 | 0.54 |
| Hex | C6 | 4C | 72 | 0 | 3E | 2A | 16 | 155 | 34 | 36 |
| Octal | 306 | 114 | 162 | 0 | 76 | 52 | 26 | 525 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1110010 | 0 | 111110 | 101010 | 10110 | 101010101 | 110100 | 110110 |
Color Harmonies of #C64C72
Complementary color
Monochromatic Colors of #C64C72
Black with #C64C72
Text Example
Text Example
White with #C64C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C72; }
p { color: rgb(198,76,114); }
H1.HeaderClassName
{
color: #C64C72;
}
.AnyTagClassName
{
color: #C64C72;
}
</style>
background-color css
<style>
a { background-color: #C64C72; }
a { background-color: rgb(198,76,114); }
div.DivClassName
{
background-color: #C64C72;
}
.BgClassName
{
background-color: #C64C72;
}
</style>
border-color css
<style>
span { border-color: #C64C72; }
span { border-color: rgb(198,76,114); }
td.TdClassName
{
border-color: #C64C72;
}
.TagClassName
{
border-color: #C64C72;
}
</style>