Shades of Cabaret #C64766
Tints of Cabaret #C64766
RGB
CMYK
RGB Variations
Color information
#C64766 (or 0xC64766) is known color: Cabaret. HEX triplet: C6, 47 and 66. RGB value is (198,71,102). Sum of RGB (Red+Green+Blue) = 198+71+102=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64766 is #39B899. Grayscale: #707070. Windows color (decimal): -3782810 or 6703046. OLE color: 6703046.
HSL color Cylindrical-coordinate representation of color #C64766: hue angle of 345.35º degrees, saturation: 0.53, 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 #C64766 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 102 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.22 |
| HSL | 345.35º | 0.53% | 0.53% | - |
| HSV(B) | 345.35º | 0.64% | 0.78% | - |
| XYZ | 27.94 | 17.47 | 14.47 | - |
| YUV | 112.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 102 | 0 | 0.64 | 0.48 | 0.22 | 345.35 | 0.53 | 0.53 |
| Hex | C6 | 47 | 66 | 0 | 40 | 30 | 16 | 159 | 35 | 35 |
| Octal | 306 | 107 | 146 | 0 | 100 | 60 | 26 | 531 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1100110 | 0 | 1000000 | 110000 | 10110 | 101011001 | 110101 | 110101 |
Color Harmonies of #C64766
Complementary color
Monochromatic Colors of #C64766
Black with #C64766
Text Example
Text Example
White with #C64766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64766; }
p { color: rgb(198,71,102); }
H1.HeaderClassName
{
color: #C64766;
}
.AnyTagClassName
{
color: #C64766;
}
</style>
background-color css
<style>
a { background-color: #C64766; }
a { background-color: rgb(198,71,102); }
div.DivClassName
{
background-color: #C64766;
}
.BgClassName
{
background-color: #C64766;
}
</style>
border-color css
<style>
span { border-color: #C64766; }
span { border-color: rgb(198,71,102); }
td.TdClassName
{
border-color: #C64766;
}
.TagClassName
{
border-color: #C64766;
}
</style>