Shades of Cabaret #C64560
Tints of Cabaret #C64560
RGB
CMYK
RGB Variations
Color information
#C64560 (or 0xC64560) is known color: Cabaret. HEX triplet: C6, 45 and 60. RGB value is (198,69,96). Sum of RGB (Red+Green+Blue) = 198+69+96=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C64560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64560 is #39BA9F. Grayscale: #6E6E6E. Windows color (decimal): -3783328 or 6309318. OLE color: 6309318.
HSL color Cylindrical-coordinate representation of color #C64560: hue angle of 347.44º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64560 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 96 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 347.44º | 0.53% | 0.52% | - |
| HSV(B) | 347.44º | 0.65% | 0.78% | - |
| XYZ | 27.53 | 17.11 | 12.92 | - |
| YUV | 110.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 96 | 0 | 0.65 | 0.52 | 0.22 | 347.44 | 0.53 | 0.52 |
| Hex | C6 | 45 | 60 | 0 | 41 | 34 | 16 | 15B | 35 | 34 |
| Octal | 306 | 105 | 140 | 0 | 101 | 64 | 26 | 533 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1100000 | 0 | 1000001 | 110100 | 10110 | 101011011 | 110101 | 110100 |
Color Harmonies of #C64560
Complementary color
Monochromatic Colors of #C64560
Black with #C64560
Text Example
Text Example
White with #C64560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64560; }
p { color: rgb(198,69,96); }
H1.HeaderClassName
{
color: #C64560;
}
.AnyTagClassName
{
color: #C64560;
}
</style>
background-color css
<style>
a { background-color: #C64560; }
a { background-color: rgb(198,69,96); }
div.DivClassName
{
background-color: #C64560;
}
.BgClassName
{
background-color: #C64560;
}
</style>
border-color css
<style>
span { border-color: #C64560; }
span { border-color: rgb(198,69,96); }
td.TdClassName
{
border-color: #C64560;
}
.TagClassName
{
border-color: #C64560;
}
</style>