Shades of Cabaret #C64E6A
Tints of Cabaret #C64E6A
RGB
CMYK
RGB Variations
Color information
#C64E6A (or 0xC64E6A) is known color: Cabaret. HEX triplet: C6, 4E and 6A. RGB value is (198,78,106). Sum of RGB (Red+Green+Blue) = 198+78+106=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E6A is #39B195. Grayscale: #757575. Windows color (decimal): -3781014 or 6966982. OLE color: 6966982.
HSL color Cylindrical-coordinate representation of color #C64E6A: hue angle of 346º 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 #C64E6A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 106 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.22 |
| HSL | 346º | 0.51% | 0.54% | - |
| HSV(B) | 346º | 0.61% | 0.78% | - |
| XYZ | 28.61 | 18.5 | 15.7 | - |
| YUV | 117.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 106 | 0 | 0.61 | 0.46 | 0.22 | 346 | 0.51 | 0.54 |
| Hex | C6 | 4E | 6A | 0 | 3D | 2E | 16 | 15A | 33 | 36 |
| Octal | 306 | 116 | 152 | 0 | 75 | 56 | 26 | 532 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1101010 | 0 | 111101 | 101110 | 10110 | 101011010 | 110011 | 110110 |
Color Harmonies of #C64E6A
Complementary color
Monochromatic Colors of #C64E6A
Black with #C64E6A
Text Example
Text Example
White with #C64E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E6A; }
p { color: rgb(198,78,106); }
H1.HeaderClassName
{
color: #C64E6A;
}
.AnyTagClassName
{
color: #C64E6A;
}
</style>
background-color css
<style>
a { background-color: #C64E6A; }
a { background-color: rgb(198,78,106); }
div.DivClassName
{
background-color: #C64E6A;
}
.BgClassName
{
background-color: #C64E6A;
}
</style>
border-color css
<style>
span { border-color: #C64E6A; }
span { border-color: rgb(198,78,106); }
td.TdClassName
{
border-color: #C64E6A;
}
.TagClassName
{
border-color: #C64E6A;
}
</style>