Shades of Cabaret #C66079
Tints of Cabaret #C66079
RGB
CMYK
RGB Variations
Color information
#C66079 (or 0xC66079) is known color: Cabaret. HEX triplet: C6, 60 and 79. RGB value is (198,96,121). Sum of RGB (Red+Green+Blue) = 198+96+121=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66079 is #399F86. Grayscale: #818181. Windows color (decimal): -3776391 or 7954630. OLE color: 7954630.
HSL color Cylindrical-coordinate representation of color #C66079: hue angle of 345.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66079 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 121 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.22 |
| HSL | 345.29º | 0.47% | 0.58% | - |
| HSV(B) | 345.29º | 0.52% | 0.78% | - |
| XYZ | 30.92 | 21.75 | 20.66 | - |
| YUV | 129.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 121 | 0 | 0.52 | 0.39 | 0.22 | 345.29 | 0.47 | 0.58 |
| Hex | C6 | 60 | 79 | 0 | 34 | 27 | 16 | 159 | 2F | 3A |
| Octal | 306 | 140 | 171 | 0 | 64 | 47 | 26 | 531 | 57 | 72 |
| Binary | 11000110 | 1100000 | 1111001 | 0 | 110100 | 100111 | 10110 | 101011001 | 101111 | 111010 |
Color Harmonies of #C66079
Complementary color
Monochromatic Colors of #C66079
Black with #C66079
Text Example
Text Example
White with #C66079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66079; }
p { color: rgb(198,96,121); }
H1.HeaderClassName
{
color: #C66079;
}
.AnyTagClassName
{
color: #C66079;
}
</style>
background-color css
<style>
a { background-color: #C66079; }
a { background-color: rgb(198,96,121); }
div.DivClassName
{
background-color: #C66079;
}
.BgClassName
{
background-color: #C66079;
}
</style>
border-color css
<style>
span { border-color: #C66079; }
span { border-color: rgb(198,96,121); }
td.TdClassName
{
border-color: #C66079;
}
.TagClassName
{
border-color: #C66079;
}
</style>