Shades of Cabaret #C65078
Tints of Cabaret #C65078
RGB
CMYK
RGB Variations
Color information
#C65078 (or 0xC65078) is known color: Cabaret. HEX triplet: C6, 50 and 78. RGB value is (198,80,120). Sum of RGB (Red+Green+Blue) = 198+80+120=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65078 is #39AF87. Grayscale: #777777. Windows color (decimal): -3780488 or 7884998. OLE color: 7884998.
HSL color Cylindrical-coordinate representation of color #C65078: hue angle of 339.66º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65078 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 120 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.22 |
| HSL | 339.66º | 0.51% | 0.55% | - |
| HSV(B) | 339.66º | 0.6% | 0.78% | - |
| XYZ | 29.55 | 19.1 | 19.9 | - |
| YUV | 119.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 120 | 0 | 0.60 | 0.39 | 0.22 | 339.66 | 0.51 | 0.55 |
| Hex | C6 | 50 | 78 | 0 | 3C | 27 | 16 | 154 | 33 | 37 |
| Octal | 306 | 120 | 170 | 0 | 74 | 47 | 26 | 524 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1111000 | 0 | 111100 | 100111 | 10110 | 101010100 | 110011 | 110111 |
Color Harmonies of #C65078
Complementary color
Monochromatic Colors of #C65078
Black with #C65078
Text Example
Text Example
White with #C65078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65078; }
p { color: rgb(198,80,120); }
H1.HeaderClassName
{
color: #C65078;
}
.AnyTagClassName
{
color: #C65078;
}
</style>
background-color css
<style>
a { background-color: #C65078; }
a { background-color: rgb(198,80,120); }
div.DivClassName
{
background-color: #C65078;
}
.BgClassName
{
background-color: #C65078;
}
</style>
border-color css
<style>
span { border-color: #C65078; }
span { border-color: rgb(198,80,120); }
td.TdClassName
{
border-color: #C65078;
}
.TagClassName
{
border-color: #C65078;
}
</style>