Shades of Cabaret #C64863
Tints of Cabaret #C64863
RGB
CMYK
RGB Variations
Color information
#C64863 (or 0xC64863) is known color: Cabaret. HEX triplet: C6, 48 and 63. RGB value is (198,72,99). Sum of RGB (Red+Green+Blue) = 198+72+99=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64863 is #39B79C. Grayscale: #707070. Windows color (decimal): -3782557 or 6506694. OLE color: 6506694.
HSL color Cylindrical-coordinate representation of color #C64863: hue angle of 347.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64863 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 99 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.22 |
| HSL | 347.14º | 0.53% | 0.53% | - |
| HSV(B) | 347.14º | 0.64% | 0.78% | - |
| XYZ | 27.86 | 17.54 | 13.72 | - |
| YUV | 112.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 99 | 0 | 0.64 | 0.50 | 0.22 | 347.14 | 0.53 | 0.53 |
| Hex | C6 | 48 | 63 | 0 | 40 | 32 | 16 | 15B | 34 | 35 |
| Octal | 306 | 110 | 143 | 0 | 100 | 62 | 26 | 533 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1100011 | 0 | 1000000 | 110010 | 10110 | 101011011 | 110100 | 110101 |
Color Harmonies of #C64863
Complementary color
Monochromatic Colors of #C64863
Black with #C64863
Text Example
Text Example
White with #C64863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64863; }
p { color: rgb(198,72,99); }
H1.HeaderClassName
{
color: #C64863;
}
.AnyTagClassName
{
color: #C64863;
}
</style>
background-color css
<style>
a { background-color: #C64863; }
a { background-color: rgb(198,72,99); }
div.DivClassName
{
background-color: #C64863;
}
.BgClassName
{
background-color: #C64863;
}
</style>
border-color css
<style>
span { border-color: #C64863; }
span { border-color: rgb(198,72,99); }
td.TdClassName
{
border-color: #C64863;
}
.TagClassName
{
border-color: #C64863;
}
</style>