Shades of Cabaret #C65077
Tints of Cabaret #C65077
RGB
CMYK
RGB Variations
Color information
#C65077 (or 0xC65077) is known color: Cabaret. HEX triplet: C6, 50 and 77. RGB value is (198,80,119). Sum of RGB (Red+Green+Blue) = 198+80+119=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65077 is #39AF88. Grayscale: #777777. Windows color (decimal): -3780489 or 7819462. OLE color: 7819462.
HSL color Cylindrical-coordinate representation of color #C65077: hue angle of 340.17º 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 #C65077 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 119 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.22 |
| HSL | 340.17º | 0.51% | 0.55% | - |
| HSV(B) | 340.17º | 0.6% | 0.78% | - |
| XYZ | 29.49 | 19.08 | 19.58 | - |
| YUV | 119.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 119 | 0 | 0.60 | 0.40 | 0.22 | 340.17 | 0.51 | 0.55 |
| Hex | C6 | 50 | 77 | 0 | 3C | 28 | 16 | 154 | 33 | 37 |
| Octal | 306 | 120 | 167 | 0 | 74 | 50 | 26 | 524 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1110111 | 0 | 111100 | 101000 | 10110 | 101010100 | 110011 | 110111 |
Color Harmonies of #C65077
Complementary color
Monochromatic Colors of #C65077
Black with #C65077
Text Example
Text Example
White with #C65077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65077; }
p { color: rgb(198,80,119); }
H1.HeaderClassName
{
color: #C65077;
}
.AnyTagClassName
{
color: #C65077;
}
</style>
background-color css
<style>
a { background-color: #C65077; }
a { background-color: rgb(198,80,119); }
div.DivClassName
{
background-color: #C65077;
}
.BgClassName
{
background-color: #C65077;
}
</style>
border-color css
<style>
span { border-color: #C65077; }
span { border-color: rgb(198,80,119); }
td.TdClassName
{
border-color: #C65077;
}
.TagClassName
{
border-color: #C65077;
}
</style>