Shades of Cabaret #C64F6E
Tints of Cabaret #C64F6E
RGB
CMYK
RGB Variations
Color information
#C64F6E (or 0xC64F6E) is known color: Cabaret. HEX triplet: C6, 4F and 6E. RGB value is (198,79,110). Sum of RGB (Red+Green+Blue) = 198+79+110=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F6E is #39B091. Grayscale: #767676. Windows color (decimal): -3780754 or 7229382. OLE color: 7229382.
HSL color Cylindrical-coordinate representation of color #C64F6E: hue angle of 344.37º 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 #C64F6E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 110 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.22 |
| HSL | 344.37º | 0.51% | 0.54% | - |
| HSV(B) | 344.37º | 0.6% | 0.78% | - |
| XYZ | 28.9 | 18.72 | 16.84 | - |
| YUV | 118.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 110 | 0 | 0.60 | 0.44 | 0.22 | 344.37 | 0.51 | 0.54 |
| Hex | C6 | 4F | 6E | 0 | 3C | 2C | 16 | 158 | 33 | 36 |
| Octal | 306 | 117 | 156 | 0 | 74 | 54 | 26 | 530 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1101110 | 0 | 111100 | 101100 | 10110 | 101011000 | 110011 | 110110 |
Color Harmonies of #C64F6E
Complementary color
Monochromatic Colors of #C64F6E
Black with #C64F6E
Text Example
Text Example
White with #C64F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F6E; }
p { color: rgb(198,79,110); }
H1.HeaderClassName
{
color: #C64F6E;
}
.AnyTagClassName
{
color: #C64F6E;
}
</style>
background-color css
<style>
a { background-color: #C64F6E; }
a { background-color: rgb(198,79,110); }
div.DivClassName
{
background-color: #C64F6E;
}
.BgClassName
{
background-color: #C64F6E;
}
</style>
border-color css
<style>
span { border-color: #C64F6E; }
span { border-color: rgb(198,79,110); }
td.TdClassName
{
border-color: #C64F6E;
}
.TagClassName
{
border-color: #C64F6E;
}
</style>