Shades of Cabaret #C64F6D
Tints of Cabaret #C64F6D
RGB
CMYK
RGB Variations
Color information
#C64F6D (or 0xC64F6D) is known color: Cabaret. HEX triplet: C6, 4F and 6D. RGB value is (198,79,109). Sum of RGB (Red+Green+Blue) = 198+79+109=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F6D is #39B092. Grayscale: #757575. Windows color (decimal): -3780755 or 7163846. OLE color: 7163846.
HSL color Cylindrical-coordinate representation of color #C64F6D: hue angle of 344.87º 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 #C64F6D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 109 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.22 |
| HSL | 344.87º | 0.51% | 0.54% | - |
| HSV(B) | 344.87º | 0.6% | 0.78% | - |
| XYZ | 28.85 | 18.7 | 16.56 | - |
| YUV | 118 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 109 | 0 | 0.60 | 0.45 | 0.22 | 344.87 | 0.51 | 0.54 |
| Hex | C6 | 4F | 6D | 0 | 3C | 2D | 16 | 159 | 33 | 36 |
| Octal | 306 | 117 | 155 | 0 | 74 | 55 | 26 | 531 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1101101 | 0 | 111100 | 101101 | 10110 | 101011001 | 110011 | 110110 |
Color Harmonies of #C64F6D
Complementary color
Monochromatic Colors of #C64F6D
Black with #C64F6D
Text Example
Text Example
White with #C64F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F6D; }
p { color: rgb(198,79,109); }
H1.HeaderClassName
{
color: #C64F6D;
}
.AnyTagClassName
{
color: #C64F6D;
}
</style>
background-color css
<style>
a { background-color: #C64F6D; }
a { background-color: rgb(198,79,109); }
div.DivClassName
{
background-color: #C64F6D;
}
.BgClassName
{
background-color: #C64F6D;
}
</style>
border-color css
<style>
span { border-color: #C64F6D; }
span { border-color: rgb(198,79,109); }
td.TdClassName
{
border-color: #C64F6D;
}
.TagClassName
{
border-color: #C64F6D;
}
</style>