Shades of Cabaret #C64866
Tints of Cabaret #C64866
RGB
CMYK
RGB Variations
Color information
#C64866 (or 0xC64866) is known color: Cabaret. HEX triplet: C6, 48 and 66. RGB value is (198,72,102). Sum of RGB (Red+Green+Blue) = 198+72+102=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64866 is #39B799. Grayscale: #717171. Windows color (decimal): -3782554 or 6703302. OLE color: 6703302.
HSL color Cylindrical-coordinate representation of color #C64866: hue angle of 345.71º 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 #C64866 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 102 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.22 |
| HSL | 345.71º | 0.53% | 0.53% | - |
| HSV(B) | 345.71º | 0.64% | 0.78% | - |
| XYZ | 28 | 17.6 | 14.49 | - |
| YUV | 113.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 102 | 0 | 0.64 | 0.48 | 0.22 | 345.71 | 0.53 | 0.53 |
| Hex | C6 | 48 | 66 | 0 | 40 | 30 | 16 | 15A | 34 | 35 |
| Octal | 306 | 110 | 146 | 0 | 100 | 60 | 26 | 532 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1100110 | 0 | 1000000 | 110000 | 10110 | 101011010 | 110100 | 110101 |
Color Harmonies of #C64866
Complementary color
Monochromatic Colors of #C64866
Black with #C64866
Text Example
Text Example
White with #C64866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64866; }
p { color: rgb(198,72,102); }
H1.HeaderClassName
{
color: #C64866;
}
.AnyTagClassName
{
color: #C64866;
}
</style>
background-color css
<style>
a { background-color: #C64866; }
a { background-color: rgb(198,72,102); }
div.DivClassName
{
background-color: #C64866;
}
.BgClassName
{
background-color: #C64866;
}
</style>
border-color css
<style>
span { border-color: #C64866; }
span { border-color: rgb(198,72,102); }
td.TdClassName
{
border-color: #C64866;
}
.TagClassName
{
border-color: #C64866;
}
</style>