Shades of Cabaret #C56876
Tints of Cabaret #C56876
RGB
CMYK
RGB Variations
Color information
#C56876 (or 0xC56876) is known color: Cabaret. HEX triplet: C5, 68 and 76. RGB value is (197,104,118). Sum of RGB (Red+Green+Blue) = 197+104+118=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C56876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56876 is #3A9789. Grayscale: #858585. Windows color (decimal): -3839882 or 7760069. OLE color: 7760069.
HSL color Cylindrical-coordinate representation of color #C56876: hue angle of 350.97º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56876 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 118 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.23 |
| HSL | 350.97º | 0.44% | 0.59% | - |
| HSV(B) | 350.97º | 0.47% | 0.77% | - |
| XYZ | 31.25 | 23.08 | 19.95 | - |
| YUV | 133.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 118 | 0 | 0.47 | 0.40 | 0.23 | 350.97 | 0.44 | 0.59 |
| Hex | C5 | 68 | 76 | 0 | 2F | 28 | 17 | 15F | 2C | 3B |
| Octal | 305 | 150 | 166 | 0 | 57 | 50 | 27 | 537 | 54 | 73 |
| Binary | 11000101 | 1101000 | 1110110 | 0 | 101111 | 101000 | 10111 | 101011111 | 101100 | 111011 |
Color Harmonies of #C56876
Complementary color
Monochromatic Colors of #C56876
Black with #C56876
Text Example
Text Example
White with #C56876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56876; }
p { color: rgb(197,104,118); }
H1.HeaderClassName
{
color: #C56876;
}
.AnyTagClassName
{
color: #C56876;
}
</style>
background-color css
<style>
a { background-color: #C56876; }
a { background-color: rgb(197,104,118); }
div.DivClassName
{
background-color: #C56876;
}
.BgClassName
{
background-color: #C56876;
}
</style>
border-color css
<style>
span { border-color: #C56876; }
span { border-color: rgb(197,104,118); }
td.TdClassName
{
border-color: #C56876;
}
.TagClassName
{
border-color: #C56876;
}
</style>