Shades of Cabaret #C64D6E
Tints of Cabaret #C64D6E
RGB
CMYK
RGB Variations
Color information
#C64D6E (or 0xC64D6E) is known color: Cabaret. HEX triplet: C6, 4D and 6E. RGB value is (198,77,110). Sum of RGB (Red+Green+Blue) = 198+77+110=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D6E is #39B291. Grayscale: #747474. Windows color (decimal): -3781266 or 7228870. OLE color: 7228870.
HSL color Cylindrical-coordinate representation of color #C64D6E: hue angle of 343.64º 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 #C64D6E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 110 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.22 |
| HSL | 343.64º | 0.51% | 0.54% | - |
| HSV(B) | 343.64º | 0.61% | 0.78% | - |
| XYZ | 28.76 | 18.44 | 16.8 | - |
| YUV | 116.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 110 | 0 | 0.61 | 0.44 | 0.22 | 343.64 | 0.51 | 0.54 |
| Hex | C6 | 4D | 6E | 0 | 3D | 2C | 16 | 158 | 33 | 36 |
| Octal | 306 | 115 | 156 | 0 | 75 | 54 | 26 | 530 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1101110 | 0 | 111101 | 101100 | 10110 | 101011000 | 110011 | 110110 |
Color Harmonies of #C64D6E
Complementary color
Monochromatic Colors of #C64D6E
Black with #C64D6E
Text Example
Text Example
White with #C64D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D6E; }
p { color: rgb(198,77,110); }
H1.HeaderClassName
{
color: #C64D6E;
}
.AnyTagClassName
{
color: #C64D6E;
}
</style>
background-color css
<style>
a { background-color: #C64D6E; }
a { background-color: rgb(198,77,110); }
div.DivClassName
{
background-color: #C64D6E;
}
.BgClassName
{
background-color: #C64D6E;
}
</style>
border-color css
<style>
span { border-color: #C64D6E; }
span { border-color: rgb(198,77,110); }
td.TdClassName
{
border-color: #C64D6E;
}
.TagClassName
{
border-color: #C64D6E;
}
</style>