Shades of Cabaret #C16172
Tints of Cabaret #C16172
RGB
CMYK
RGB Variations
Color information
#C16172 (or 0xC16172) is known color: Cabaret. HEX triplet: C1, 61 and 72. RGB value is (193,97,114). Sum of RGB (Red+Green+Blue) = 193+97+114=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C16172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16172 is #3E9E8D. Grayscale: #7F7F7F. Windows color (decimal): -4103822 or 7496129. OLE color: 7496129.
HSL color Cylindrical-coordinate representation of color #C16172: hue angle of 349.38º 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 #C16172 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 114 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.24 |
| HSL | 349.38º | 0.44% | 0.57% | - |
| HSV(B) | 349.38º | 0.5% | 0.76% | - |
| XYZ | 29.3 | 21.1 | 18.45 | - |
| YUV | 127.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 114 | 0 | 0.50 | 0.41 | 0.24 | 349.38 | 0.44 | 0.57 |
| Hex | C1 | 61 | 72 | 0 | 32 | 29 | 18 | 15D | 2C | 39 |
| Octal | 301 | 141 | 162 | 0 | 62 | 51 | 30 | 535 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1110010 | 0 | 110010 | 101001 | 11000 | 101011101 | 101100 | 111001 |
Color Harmonies of #C16172
Complementary color
Monochromatic Colors of #C16172
Black with #C16172
Text Example
Text Example
White with #C16172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16172; }
p { color: rgb(193,97,114); }
H1.HeaderClassName
{
color: #C16172;
}
.AnyTagClassName
{
color: #C16172;
}
</style>
background-color css
<style>
a { background-color: #C16172; }
a { background-color: rgb(193,97,114); }
div.DivClassName
{
background-color: #C16172;
}
.BgClassName
{
background-color: #C16172;
}
</style>
border-color css
<style>
span { border-color: #C16172; }
span { border-color: rgb(193,97,114); }
td.TdClassName
{
border-color: #C16172;
}
.TagClassName
{
border-color: #C16172;
}
</style>