Shades of Cabaret #C56A70
Tints of Cabaret #C56A70
RGB
CMYK
RGB Variations
Color information
#C56A70 (or 0xC56A70) is known color: Cabaret. HEX triplet: C5, 6A and 70. RGB value is (197,106,112). Sum of RGB (Red+Green+Blue) = 197+106+112=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A70 is #3A958F. Grayscale: #858585. Windows color (decimal): -3839376 or 7367365. OLE color: 7367365.
HSL color Cylindrical-coordinate representation of color #C56A70: hue angle of 356.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56A70 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 112 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.23 |
| HSL | 356.04º | 0.44% | 0.59% | - |
| HSV(B) | 356.04º | 0.46% | 0.77% | - |
| XYZ | 31.1 | 23.35 | 18.2 | - |
| YUV | 133.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 112 | 0 | 0.46 | 0.43 | 0.23 | 356.04 | 0.44 | 0.59 |
| Hex | C5 | 6A | 70 | 0 | 2E | 2B | 17 | 164 | 2C | 3B |
| Octal | 305 | 152 | 160 | 0 | 56 | 53 | 27 | 544 | 54 | 73 |
| Binary | 11000101 | 1101010 | 1110000 | 0 | 101110 | 101011 | 10111 | 101100100 | 101100 | 111011 |
Color Harmonies of #C56A70
Complementary color
Monochromatic Colors of #C56A70
Black with #C56A70
Text Example
Text Example
White with #C56A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A70; }
p { color: rgb(197,106,112); }
H1.HeaderClassName
{
color: #C56A70;
}
.AnyTagClassName
{
color: #C56A70;
}
</style>
background-color css
<style>
a { background-color: #C56A70; }
a { background-color: rgb(197,106,112); }
div.DivClassName
{
background-color: #C56A70;
}
.BgClassName
{
background-color: #C56A70;
}
</style>
border-color css
<style>
span { border-color: #C56A70; }
span { border-color: rgb(197,106,112); }
td.TdClassName
{
border-color: #C56A70;
}
.TagClassName
{
border-color: #C56A70;
}
</style>