Shades of Cabaret #C64D76
Tints of Cabaret #C64D76
RGB
CMYK
RGB Variations
Color information
#C64D76 (or 0xC64D76) is known color: Cabaret. HEX triplet: C6, 4D and 76. RGB value is (198,77,118). Sum of RGB (Red+Green+Blue) = 198+77+118=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D76 is #39B289. Grayscale: #757575. Windows color (decimal): -3781258 or 7753158. OLE color: 7753158.
HSL color Cylindrical-coordinate representation of color #C64D76: hue angle of 339.67º 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 #C64D76 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 118 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.22 |
| HSL | 339.67º | 0.51% | 0.54% | - |
| HSV(B) | 339.67º | 0.61% | 0.78% | - |
| XYZ | 29.21 | 18.62 | 19.19 | - |
| YUV | 117.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 118 | 0 | 0.61 | 0.40 | 0.22 | 339.67 | 0.51 | 0.54 |
| Hex | C6 | 4D | 76 | 0 | 3D | 28 | 16 | 154 | 33 | 36 |
| Octal | 306 | 115 | 166 | 0 | 75 | 50 | 26 | 524 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1110110 | 0 | 111101 | 101000 | 10110 | 101010100 | 110011 | 110110 |
Color Harmonies of #C64D76
Complementary color
Monochromatic Colors of #C64D76
Black with #C64D76
Text Example
Text Example
White with #C64D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D76; }
p { color: rgb(198,77,118); }
H1.HeaderClassName
{
color: #C64D76;
}
.AnyTagClassName
{
color: #C64D76;
}
</style>
background-color css
<style>
a { background-color: #C64D76; }
a { background-color: rgb(198,77,118); }
div.DivClassName
{
background-color: #C64D76;
}
.BgClassName
{
background-color: #C64D76;
}
</style>
border-color css
<style>
span { border-color: #C64D76; }
span { border-color: rgb(198,77,118); }
td.TdClassName
{
border-color: #C64D76;
}
.TagClassName
{
border-color: #C64D76;
}
</style>