Shades of Cabaret #C64660
Tints of Cabaret #C64660
RGB
CMYK
RGB Variations
Color information
#C64660 (or 0xC64660) is known color: Cabaret. HEX triplet: C6, 46 and 60. RGB value is (198,70,96). Sum of RGB (Red+Green+Blue) = 198+70+96=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64660 is #39B99F. Grayscale: #6F6F6F. Windows color (decimal): -3783072 or 6309574. OLE color: 6309574.
HSL color Cylindrical-coordinate representation of color #C64660: hue angle of 347.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64660 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 96 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 347.81º | 0.53% | 0.53% | - |
| HSV(B) | 347.81º | 0.65% | 0.78% | - |
| XYZ | 27.59 | 17.23 | 12.94 | - |
| YUV | 111.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 96 | 0 | 0.65 | 0.52 | 0.22 | 347.81 | 0.53 | 0.53 |
| Hex | C6 | 46 | 60 | 0 | 41 | 34 | 16 | 15C | 35 | 35 |
| Octal | 306 | 106 | 140 | 0 | 101 | 64 | 26 | 534 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1100000 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110101 | 110101 |
Color Harmonies of #C64660
Complementary color
Monochromatic Colors of #C64660
Black with #C64660
Text Example
Text Example
White with #C64660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64660; }
p { color: rgb(198,70,96); }
H1.HeaderClassName
{
color: #C64660;
}
.AnyTagClassName
{
color: #C64660;
}
</style>
background-color css
<style>
a { background-color: #C64660; }
a { background-color: rgb(198,70,96); }
div.DivClassName
{
background-color: #C64660;
}
.BgClassName
{
background-color: #C64660;
}
</style>
border-color css
<style>
span { border-color: #C64660; }
span { border-color: rgb(198,70,96); }
td.TdClassName
{
border-color: #C64660;
}
.TagClassName
{
border-color: #C64660;
}
</style>