Shades of Cabaret #C0556E
Tints of Cabaret #C0556E
RGB
CMYK
RGB Variations
Color information
#C0556E (or 0xC0556E) is known color: Cabaret. HEX triplet: C0, 55 and 6E. RGB value is (192,85,110). Sum of RGB (Red+Green+Blue) = 192+85+110=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0556E is #3FAA91. Grayscale: #777777. Windows color (decimal): -4172434 or 7230912. OLE color: 7230912.
HSL color Cylindrical-coordinate representation of color #C0556E: hue angle of 345.98º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0556E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 110 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.25 |
| HSL | 345.98º | 0.46% | 0.54% | - |
| HSV(B) | 345.98º | 0.56% | 0.75% | - |
| XYZ | 27.8 | 18.83 | 16.92 | - |
| YUV | 119.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 110 | 0 | 0.56 | 0.43 | 0.25 | 345.98 | 0.46 | 0.54 |
| Hex | C0 | 55 | 6E | 0 | 38 | 2B | 19 | 15A | 2E | 36 |
| Octal | 300 | 125 | 156 | 0 | 70 | 53 | 31 | 532 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1101110 | 0 | 111000 | 101011 | 11001 | 101011010 | 101110 | 110110 |
Color Harmonies of #C0556E
Complementary color
Monochromatic Colors of #C0556E
Black with #C0556E
Text Example
Text Example
White with #C0556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0556E; }
p { color: rgb(192,85,110); }
H1.HeaderClassName
{
color: #C0556E;
}
.AnyTagClassName
{
color: #C0556E;
}
</style>
background-color css
<style>
a { background-color: #C0556E; }
a { background-color: rgb(192,85,110); }
div.DivClassName
{
background-color: #C0556E;
}
.BgClassName
{
background-color: #C0556E;
}
</style>
border-color css
<style>
span { border-color: #C0556E; }
span { border-color: rgb(192,85,110); }
td.TdClassName
{
border-color: #C0556E;
}
.TagClassName
{
border-color: #C0556E;
}
</style>