Shades of Cabaret #C56B74
Tints of Cabaret #C56B74
RGB
CMYK
RGB Variations
Color information
#C56B74 (or 0xC56B74) is known color: Cabaret. HEX triplet: C5, 6B and 74. RGB value is (197,107,116). Sum of RGB (Red+Green+Blue) = 197+107+116=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B74 is #3A948B. Grayscale: #868686. Windows color (decimal): -3839116 or 7629765. OLE color: 7629765.
HSL color Cylindrical-coordinate representation of color #C56B74: hue angle of 354º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B74 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 116 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.23 |
| HSL | 354º | 0.44% | 0.6% | - |
| HSV(B) | 354º | 0.46% | 0.77% | - |
| XYZ | 31.44 | 23.65 | 19.43 | - |
| YUV | 134.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 116 | 0 | 0.46 | 0.41 | 0.23 | 354 | 0.44 | 0.6 |
| Hex | C5 | 6B | 74 | 0 | 2E | 29 | 17 | 162 | 2C | 3C |
| Octal | 305 | 153 | 164 | 0 | 56 | 51 | 27 | 542 | 54 | 74 |
| Binary | 11000101 | 1101011 | 1110100 | 0 | 101110 | 101001 | 10111 | 101100010 | 101100 | 111100 |
Color Harmonies of #C56B74
Complementary color
Monochromatic Colors of #C56B74
Black with #C56B74
Text Example
Text Example
White with #C56B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B74; }
p { color: rgb(197,107,116); }
H1.HeaderClassName
{
color: #C56B74;
}
.AnyTagClassName
{
color: #C56B74;
}
</style>
background-color css
<style>
a { background-color: #C56B74; }
a { background-color: rgb(197,107,116); }
div.DivClassName
{
background-color: #C56B74;
}
.BgClassName
{
background-color: #C56B74;
}
</style>
border-color css
<style>
span { border-color: #C56B74; }
span { border-color: rgb(197,107,116); }
td.TdClassName
{
border-color: #C56B74;
}
.TagClassName
{
border-color: #C56B74;
}
</style>