Shades of Cabaret #C16175
Tints of Cabaret #C16175
RGB
CMYK
RGB Variations
Color information
#C16175 (or 0xC16175) is known color: Cabaret. HEX triplet: C1, 61 and 75. RGB value is (193,97,117). Sum of RGB (Red+Green+Blue) = 193+97+117=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C16175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16175 is #3E9E8A. Grayscale: #808080. Windows color (decimal): -4103819 or 7692737. OLE color: 7692737.
HSL color Cylindrical-coordinate representation of color #C16175: hue angle of 347.5º 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 #C16175 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 117 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.24 |
| HSL | 347.5º | 0.44% | 0.57% | - |
| HSV(B) | 347.5º | 0.5% | 0.76% | - |
| XYZ | 29.48 | 21.17 | 19.36 | - |
| YUV | 127.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 117 | 0 | 0.50 | 0.39 | 0.24 | 347.5 | 0.44 | 0.57 |
| Hex | C1 | 61 | 75 | 0 | 32 | 27 | 18 | 15C | 2C | 39 |
| Octal | 301 | 141 | 165 | 0 | 62 | 47 | 30 | 534 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1110101 | 0 | 110010 | 100111 | 11000 | 101011100 | 101100 | 111001 |
Color Harmonies of #C16175
Complementary color
Monochromatic Colors of #C16175
Black with #C16175
Text Example
Text Example
White with #C16175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16175; }
p { color: rgb(193,97,117); }
H1.HeaderClassName
{
color: #C16175;
}
.AnyTagClassName
{
color: #C16175;
}
</style>
background-color css
<style>
a { background-color: #C16175; }
a { background-color: rgb(193,97,117); }
div.DivClassName
{
background-color: #C16175;
}
.BgClassName
{
background-color: #C16175;
}
</style>
border-color css
<style>
span { border-color: #C16175; }
span { border-color: rgb(193,97,117); }
td.TdClassName
{
border-color: #C16175;
}
.TagClassName
{
border-color: #C16175;
}
</style>