Shades of Cabaret #C16170
Tints of Cabaret #C16170
RGB
CMYK
RGB Variations
Color information
#C16170 (or 0xC16170) is known color: Cabaret. HEX triplet: C1, 61 and 70. RGB value is (193,97,112). Sum of RGB (Red+Green+Blue) = 193+97+112=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C16170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16170 is #3E9E8F. Grayscale: #7F7F7F. Windows color (decimal): -4103824 or 7365057. OLE color: 7365057.
HSL color Cylindrical-coordinate representation of color #C16170: hue angle of 350.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16170 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 112 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.24 |
| HSL | 350.63º | 0.44% | 0.57% | - |
| HSV(B) | 350.63º | 0.5% | 0.76% | - |
| XYZ | 29.19 | 21.06 | 17.86 | - |
| YUV | 127.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 112 | 0 | 0.50 | 0.42 | 0.24 | 350.63 | 0.44 | 0.57 |
| Hex | C1 | 61 | 70 | 0 | 32 | 2A | 18 | 15F | 2C | 39 |
| Octal | 301 | 141 | 160 | 0 | 62 | 52 | 30 | 537 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1110000 | 0 | 110010 | 101010 | 11000 | 101011111 | 101100 | 111001 |
Color Harmonies of #C16170
Complementary color
Monochromatic Colors of #C16170
Black with #C16170
Text Example
Text Example
White with #C16170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16170; }
p { color: rgb(193,97,112); }
H1.HeaderClassName
{
color: #C16170;
}
.AnyTagClassName
{
color: #C16170;
}
</style>
background-color css
<style>
a { background-color: #C16170; }
a { background-color: rgb(193,97,112); }
div.DivClassName
{
background-color: #C16170;
}
.BgClassName
{
background-color: #C16170;
}
</style>
border-color css
<style>
span { border-color: #C16170; }
span { border-color: rgb(193,97,112); }
td.TdClassName
{
border-color: #C16170;
}
.TagClassName
{
border-color: #C16170;
}
</style>