Shades of Cabaret #C66078
Tints of Cabaret #C66078
RGB
CMYK
RGB Variations
Color information
#C66078 (or 0xC66078) is known color: Cabaret. HEX triplet: C6, 60 and 78. RGB value is (198,96,120). Sum of RGB (Red+Green+Blue) = 198+96+120=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C66078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66078 is #399F87. Grayscale: #818181. Windows color (decimal): -3776392 or 7889094. OLE color: 7889094.
HSL color Cylindrical-coordinate representation of color #C66078: hue angle of 345.88º 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 #C66078 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 120 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.22 |
| HSL | 345.88º | 0.47% | 0.58% | - |
| HSV(B) | 345.88º | 0.52% | 0.78% | - |
| XYZ | 30.86 | 21.73 | 20.34 | - |
| YUV | 129.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 120 | 0 | 0.52 | 0.39 | 0.22 | 345.88 | 0.47 | 0.58 |
| Hex | C6 | 60 | 78 | 0 | 34 | 27 | 16 | 15A | 2F | 3A |
| Octal | 306 | 140 | 170 | 0 | 64 | 47 | 26 | 532 | 57 | 72 |
| Binary | 11000110 | 1100000 | 1111000 | 0 | 110100 | 100111 | 10110 | 101011010 | 101111 | 111010 |
Color Harmonies of #C66078
Complementary color
Monochromatic Colors of #C66078
Black with #C66078
Text Example
Text Example
White with #C66078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66078; }
p { color: rgb(198,96,120); }
H1.HeaderClassName
{
color: #C66078;
}
.AnyTagClassName
{
color: #C66078;
}
</style>
background-color css
<style>
a { background-color: #C66078; }
a { background-color: rgb(198,96,120); }
div.DivClassName
{
background-color: #C66078;
}
.BgClassName
{
background-color: #C66078;
}
</style>
border-color css
<style>
span { border-color: #C66078; }
span { border-color: rgb(198,96,120); }
td.TdClassName
{
border-color: #C66078;
}
.TagClassName
{
border-color: #C66078;
}
</style>