Shades of Cabaret #C65079
Tints of Cabaret #C65079
RGB
CMYK
RGB Variations
Color information
#C65079 (or 0xC65079) is known color: Cabaret. HEX triplet: C6, 50 and 79. RGB value is (198,80,121). Sum of RGB (Red+Green+Blue) = 198+80+121=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65079 is #39AF86. Grayscale: #777777. Windows color (decimal): -3780487 or 7950534. OLE color: 7950534.
HSL color Cylindrical-coordinate representation of color #C65079: hue angle of 339.15º 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 #C65079 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 121 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.22 |
| HSL | 339.15º | 0.51% | 0.55% | - |
| HSV(B) | 339.15º | 0.6% | 0.78% | - |
| XYZ | 29.61 | 19.12 | 20.22 | - |
| YUV | 119.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 121 | 0 | 0.60 | 0.39 | 0.22 | 339.15 | 0.51 | 0.55 |
| Hex | C6 | 50 | 79 | 0 | 3C | 27 | 16 | 153 | 33 | 37 |
| Octal | 306 | 120 | 171 | 0 | 74 | 47 | 26 | 523 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1111001 | 0 | 111100 | 100111 | 10110 | 101010011 | 110011 | 110111 |
Color Harmonies of #C65079
Complementary color
Monochromatic Colors of #C65079
Black with #C65079
Text Example
Text Example
White with #C65079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65079; }
p { color: rgb(198,80,121); }
H1.HeaderClassName
{
color: #C65079;
}
.AnyTagClassName
{
color: #C65079;
}
</style>
background-color css
<style>
a { background-color: #C65079; }
a { background-color: rgb(198,80,121); }
div.DivClassName
{
background-color: #C65079;
}
.BgClassName
{
background-color: #C65079;
}
</style>
border-color css
<style>
span { border-color: #C65079; }
span { border-color: rgb(198,80,121); }
td.TdClassName
{
border-color: #C65079;
}
.TagClassName
{
border-color: #C65079;
}
</style>