Shades of Cabaret #C64E6E
Tints of Cabaret #C64E6E
RGB
CMYK
RGB Variations
Color information
#C64E6E (or 0xC64E6E) is known color: Cabaret. HEX triplet: C6, 4E and 6E. RGB value is (198,78,110). Sum of RGB (Red+Green+Blue) = 198+78+110=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E6E is #39B191. Grayscale: #757575. Windows color (decimal): -3781010 or 7229126. OLE color: 7229126.
HSL color Cylindrical-coordinate representation of color #C64E6E: hue angle of 344º 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 #C64E6E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 110 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.22 |
| HSL | 344º | 0.51% | 0.54% | - |
| HSV(B) | 344º | 0.61% | 0.78% | - |
| XYZ | 28.83 | 18.58 | 16.82 | - |
| YUV | 117.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 110 | 0 | 0.61 | 0.44 | 0.22 | 344 | 0.51 | 0.54 |
| Hex | C6 | 4E | 6E | 0 | 3D | 2C | 16 | 158 | 33 | 36 |
| Octal | 306 | 116 | 156 | 0 | 75 | 54 | 26 | 530 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1101110 | 0 | 111101 | 101100 | 10110 | 101011000 | 110011 | 110110 |
Color Harmonies of #C64E6E
Complementary color
Monochromatic Colors of #C64E6E
Black with #C64E6E
Text Example
Text Example
White with #C64E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E6E; }
p { color: rgb(198,78,110); }
H1.HeaderClassName
{
color: #C64E6E;
}
.AnyTagClassName
{
color: #C64E6E;
}
</style>
background-color css
<style>
a { background-color: #C64E6E; }
a { background-color: rgb(198,78,110); }
div.DivClassName
{
background-color: #C64E6E;
}
.BgClassName
{
background-color: #C64E6E;
}
</style>
border-color css
<style>
span { border-color: #C64E6E; }
span { border-color: rgb(198,78,110); }
td.TdClassName
{
border-color: #C64E6E;
}
.TagClassName
{
border-color: #C64E6E;
}
</style>