Shades of Cabaret #C64663
Tints of Cabaret #C64663
RGB
CMYK
RGB Variations
Color information
#C64663 (or 0xC64663) is known color: Cabaret. HEX triplet: C6, 46 and 63. RGB value is (198,70,99). Sum of RGB (Red+Green+Blue) = 198+70+99=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64663 is #39B99C. Grayscale: #6F6F6F. Windows color (decimal): -3783069 or 6506182. OLE color: 6506182.
HSL color Cylindrical-coordinate representation of color #C64663: hue angle of 346.41º 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 #C64663 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 99 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.22 |
| HSL | 346.41º | 0.53% | 0.53% | - |
| HSV(B) | 346.41º | 0.65% | 0.78% | - |
| XYZ | 27.73 | 17.29 | 13.68 | - |
| YUV | 111.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 99 | 0 | 0.65 | 0.50 | 0.22 | 346.41 | 0.53 | 0.53 |
| Hex | C6 | 46 | 63 | 0 | 41 | 32 | 16 | 15A | 35 | 35 |
| Octal | 306 | 106 | 143 | 0 | 101 | 62 | 26 | 532 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1100011 | 0 | 1000001 | 110010 | 10110 | 101011010 | 110101 | 110101 |
Color Harmonies of #C64663
Complementary color
Monochromatic Colors of #C64663
Black with #C64663
Text Example
Text Example
White with #C64663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64663; }
p { color: rgb(198,70,99); }
H1.HeaderClassName
{
color: #C64663;
}
.AnyTagClassName
{
color: #C64663;
}
</style>
background-color css
<style>
a { background-color: #C64663; }
a { background-color: rgb(198,70,99); }
div.DivClassName
{
background-color: #C64663;
}
.BgClassName
{
background-color: #C64663;
}
</style>
border-color css
<style>
span { border-color: #C64663; }
span { border-color: rgb(198,70,99); }
td.TdClassName
{
border-color: #C64663;
}
.TagClassName
{
border-color: #C64663;
}
</style>