Shades of Cabaret #C65068
Tints of Cabaret #C65068
RGB
CMYK
RGB Variations
Color information
#C65068 (or 0xC65068) is known color: Cabaret. HEX triplet: C6, 50 and 68. RGB value is (198,80,104). Sum of RGB (Red+Green+Blue) = 198+80+104=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65068 is #39AF97. Grayscale: #767676. Windows color (decimal): -3780504 or 6836422. OLE color: 6836422.
HSL color Cylindrical-coordinate representation of color #C65068: hue angle of 347.8º 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 #C65068 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 104 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.22 |
| HSL | 347.8º | 0.51% | 0.55% | - |
| HSV(B) | 347.8º | 0.6% | 0.78% | - |
| XYZ | 28.66 | 18.74 | 15.2 | - |
| YUV | 118.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 104 | 0 | 0.60 | 0.47 | 0.22 | 347.8 | 0.51 | 0.55 |
| Hex | C6 | 50 | 68 | 0 | 3C | 2F | 16 | 15C | 33 | 37 |
| Octal | 306 | 120 | 150 | 0 | 74 | 57 | 26 | 534 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1101000 | 0 | 111100 | 101111 | 10110 | 101011100 | 110011 | 110111 |
Color Harmonies of #C65068
Complementary color
Monochromatic Colors of #C65068
Black with #C65068
Text Example
Text Example
White with #C65068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65068; }
p { color: rgb(198,80,104); }
H1.HeaderClassName
{
color: #C65068;
}
.AnyTagClassName
{
color: #C65068;
}
</style>
background-color css
<style>
a { background-color: #C65068; }
a { background-color: rgb(198,80,104); }
div.DivClassName
{
background-color: #C65068;
}
.BgClassName
{
background-color: #C65068;
}
</style>
border-color css
<style>
span { border-color: #C65068; }
span { border-color: rgb(198,80,104); }
td.TdClassName
{
border-color: #C65068;
}
.TagClassName
{
border-color: #C65068;
}
</style>