Shades of Cabaret #C64F78
Tints of Cabaret #C64F78
RGB
CMYK
RGB Variations
Color information
#C64F78 (or 0xC64F78) is known color: Cabaret. HEX triplet: C6, 4F and 78. RGB value is (198,79,120). Sum of RGB (Red+Green+Blue) = 198+79+120=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F78 is #39B087. Grayscale: #777777. Windows color (decimal): -3780744 or 7884742. OLE color: 7884742.
HSL color Cylindrical-coordinate representation of color #C64F78: hue angle of 339.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F78 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 120 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.22 |
| HSL | 339.33º | 0.51% | 0.54% | - |
| HSV(B) | 339.33º | 0.6% | 0.78% | - |
| XYZ | 29.47 | 18.95 | 19.87 | - |
| YUV | 119.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 120 | 0 | 0.60 | 0.39 | 0.22 | 339.33 | 0.51 | 0.54 |
| Hex | C6 | 4F | 78 | 0 | 3C | 27 | 16 | 153 | 33 | 36 |
| Octal | 306 | 117 | 170 | 0 | 74 | 47 | 26 | 523 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1111000 | 0 | 111100 | 100111 | 10110 | 101010011 | 110011 | 110110 |
Color Harmonies of #C64F78
Complementary color
Monochromatic Colors of #C64F78
Black with #C64F78
Text Example
Text Example
White with #C64F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F78; }
p { color: rgb(198,79,120); }
H1.HeaderClassName
{
color: #C64F78;
}
.AnyTagClassName
{
color: #C64F78;
}
</style>
background-color css
<style>
a { background-color: #C64F78; }
a { background-color: rgb(198,79,120); }
div.DivClassName
{
background-color: #C64F78;
}
.BgClassName
{
background-color: #C64F78;
}
</style>
border-color css
<style>
span { border-color: #C64F78; }
span { border-color: rgb(198,79,120); }
td.TdClassName
{
border-color: #C64F78;
}
.TagClassName
{
border-color: #C64F78;
}
</style>