Shades of Cabaret #C56B70
Tints of Cabaret #C56B70
RGB
CMYK
RGB Variations
Color information
#C56B70 (or 0xC56B70) is known color: Cabaret. HEX triplet: C5, 6B and 70. RGB value is (197,107,112). Sum of RGB (Red+Green+Blue) = 197+107+112=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B70 is #3A948F. Grayscale: #868686. Windows color (decimal): -3839120 or 7367621. OLE color: 7367621.
HSL color Cylindrical-coordinate representation of color #C56B70: hue angle of 356.67º 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 #C56B70 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 112 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.23 |
| HSL | 356.67º | 0.44% | 0.6% | - |
| HSV(B) | 356.67º | 0.46% | 0.77% | - |
| XYZ | 31.21 | 23.56 | 18.23 | - |
| YUV | 134.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 112 | 0 | 0.46 | 0.43 | 0.23 | 356.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | 70 | 0 | 2E | 2B | 17 | 165 | 2C | 3C |
| Octal | 305 | 153 | 160 | 0 | 56 | 53 | 27 | 545 | 54 | 74 |
| Binary | 11000101 | 1101011 | 1110000 | 0 | 101110 | 101011 | 10111 | 101100101 | 101100 | 111100 |
Color Harmonies of #C56B70
Complementary color
Monochromatic Colors of #C56B70
Black with #C56B70
Text Example
Text Example
White with #C56B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B70; }
p { color: rgb(197,107,112); }
H1.HeaderClassName
{
color: #C56B70;
}
.AnyTagClassName
{
color: #C56B70;
}
</style>
background-color css
<style>
a { background-color: #C56B70; }
a { background-color: rgb(197,107,112); }
div.DivClassName
{
background-color: #C56B70;
}
.BgClassName
{
background-color: #C56B70;
}
</style>
border-color css
<style>
span { border-color: #C56B70; }
span { border-color: rgb(197,107,112); }
td.TdClassName
{
border-color: #C56B70;
}
.TagClassName
{
border-color: #C56B70;
}
</style>