Shades of Cabaret #C56077
Tints of Cabaret #C56077
RGB
CMYK
RGB Variations
Color information
#C56077 (or 0xC56077) is known color: Cabaret. HEX triplet: C5, 60 and 77. RGB value is (197,96,119). Sum of RGB (Red+Green+Blue) = 197+96+119=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56077 is #3A9F88. Grayscale: #808080. Windows color (decimal): -3841929 or 7823557. OLE color: 7823557.
HSL color Cylindrical-coordinate representation of color #C56077: hue angle of 346.34º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56077 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 119 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.23 |
| HSL | 346.34º | 0.47% | 0.57% | - |
| HSV(B) | 346.34º | 0.51% | 0.77% | - |
| XYZ | 30.54 | 21.57 | 20.01 | - |
| YUV | 128.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 119 | 0 | 0.51 | 0.40 | 0.23 | 346.34 | 0.47 | 0.57 |
| Hex | C5 | 60 | 77 | 0 | 33 | 28 | 17 | 15A | 2F | 39 |
| Octal | 305 | 140 | 167 | 0 | 63 | 50 | 27 | 532 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1110111 | 0 | 110011 | 101000 | 10111 | 101011010 | 101111 | 111001 |
Color Harmonies of #C56077
Complementary color
Monochromatic Colors of #C56077
Black with #C56077
Text Example
Text Example
White with #C56077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56077; }
p { color: rgb(197,96,119); }
H1.HeaderClassName
{
color: #C56077;
}
.AnyTagClassName
{
color: #C56077;
}
</style>
background-color css
<style>
a { background-color: #C56077; }
a { background-color: rgb(197,96,119); }
div.DivClassName
{
background-color: #C56077;
}
.BgClassName
{
background-color: #C56077;
}
</style>
border-color css
<style>
span { border-color: #C56077; }
span { border-color: rgb(197,96,119); }
td.TdClassName
{
border-color: #C56077;
}
.TagClassName
{
border-color: #C56077;
}
</style>