Shades of Cabaret #C56870
Tints of Cabaret #C56870
RGB
CMYK
RGB Variations
Color information
#C56870 (or 0xC56870) is known color: Cabaret. HEX triplet: C5, 68 and 70. RGB value is (197,104,112). Sum of RGB (Red+Green+Blue) = 197+104+112=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56870 is #3A978F. Grayscale: #848484. Windows color (decimal): -3839888 or 7366853. OLE color: 7366853.
HSL color Cylindrical-coordinate representation of color #C56870: hue angle of 354.84º 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 #C56870 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 112 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.23 |
| HSL | 354.84º | 0.44% | 0.59% | - |
| HSV(B) | 354.84º | 0.47% | 0.77% | - |
| XYZ | 30.9 | 22.94 | 18.13 | - |
| YUV | 132.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 112 | 0 | 0.47 | 0.43 | 0.23 | 354.84 | 0.44 | 0.59 |
| Hex | C5 | 68 | 70 | 0 | 2F | 2B | 17 | 163 | 2C | 3B |
| Octal | 305 | 150 | 160 | 0 | 57 | 53 | 27 | 543 | 54 | 73 |
| Binary | 11000101 | 1101000 | 1110000 | 0 | 101111 | 101011 | 10111 | 101100011 | 101100 | 111011 |
Color Harmonies of #C56870
Complementary color
Monochromatic Colors of #C56870
Black with #C56870
Text Example
Text Example
White with #C56870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56870; }
p { color: rgb(197,104,112); }
H1.HeaderClassName
{
color: #C56870;
}
.AnyTagClassName
{
color: #C56870;
}
</style>
background-color css
<style>
a { background-color: #C56870; }
a { background-color: rgb(197,104,112); }
div.DivClassName
{
background-color: #C56870;
}
.BgClassName
{
background-color: #C56870;
}
</style>
border-color css
<style>
span { border-color: #C56870; }
span { border-color: rgb(197,104,112); }
td.TdClassName
{
border-color: #C56870;
}
.TagClassName
{
border-color: #C56870;
}
</style>