Shades of Cabaret #C56976
Tints of Cabaret #C56976
RGB
CMYK
RGB Variations
Color information
#C56976 (or 0xC56976) is known color: Cabaret. HEX triplet: C5, 69 and 76. RGB value is (197,105,118). Sum of RGB (Red+Green+Blue) = 197+105+118=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C56976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56976 is #3A9689. Grayscale: #868686. Windows color (decimal): -3839626 or 7760325. OLE color: 7760325.
HSL color Cylindrical-coordinate representation of color #C56976: hue angle of 351.52º 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 #C56976 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 118 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.23 |
| HSL | 351.52º | 0.44% | 0.59% | - |
| HSV(B) | 351.52º | 0.47% | 0.77% | - |
| XYZ | 31.35 | 23.28 | 19.98 | - |
| YUV | 133.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 118 | 0 | 0.47 | 0.40 | 0.23 | 351.52 | 0.44 | 0.59 |
| Hex | C5 | 69 | 76 | 0 | 2F | 28 | 17 | 160 | 2C | 3B |
| Octal | 305 | 151 | 166 | 0 | 57 | 50 | 27 | 540 | 54 | 73 |
| Binary | 11000101 | 1101001 | 1110110 | 0 | 101111 | 101000 | 10111 | 101100000 | 101100 | 111011 |
Color Harmonies of #C56976
Complementary color
Monochromatic Colors of #C56976
Black with #C56976
Text Example
Text Example
White with #C56976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56976; }
p { color: rgb(197,105,118); }
H1.HeaderClassName
{
color: #C56976;
}
.AnyTagClassName
{
color: #C56976;
}
</style>
background-color css
<style>
a { background-color: #C56976; }
a { background-color: rgb(197,105,118); }
div.DivClassName
{
background-color: #C56976;
}
.BgClassName
{
background-color: #C56976;
}
</style>
border-color css
<style>
span { border-color: #C56976; }
span { border-color: rgb(197,105,118); }
td.TdClassName
{
border-color: #C56976;
}
.TagClassName
{
border-color: #C56976;
}
</style>