Shades of Cabaret #C16771
Tints of Cabaret #C16771
RGB
CMYK
RGB Variations
Color information
#C16771 (or 0xC16771) is known color: Cabaret. HEX triplet: C1, 67 and 71. RGB value is (193,103,113). Sum of RGB (Red+Green+Blue) = 193+103+113=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C16771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16771 is #3E988E. Grayscale: #838383. Windows color (decimal): -4102287 or 7432129. OLE color: 7432129.
HSL color Cylindrical-coordinate representation of color #C16771: hue angle of 353.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16771 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 113 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.24 |
| HSL | 353.33º | 0.42% | 0.58% | - |
| HSV(B) | 353.33º | 0.47% | 0.76% | - |
| XYZ | 29.82 | 22.23 | 18.34 | - |
| YUV | 131.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 113 | 0 | 0.47 | 0.41 | 0.24 | 353.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | 71 | 0 | 2F | 29 | 18 | 161 | 2A | 3A |
| Octal | 301 | 147 | 161 | 0 | 57 | 51 | 30 | 541 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1110001 | 0 | 101111 | 101001 | 11000 | 101100001 | 101010 | 111010 |
Color Harmonies of #C16771
Complementary color
Monochromatic Colors of #C16771
Black with #C16771
Text Example
Text Example
White with #C16771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16771; }
p { color: rgb(193,103,113); }
H1.HeaderClassName
{
color: #C16771;
}
.AnyTagClassName
{
color: #C16771;
}
</style>
background-color css
<style>
a { background-color: #C16771; }
a { background-color: rgb(193,103,113); }
div.DivClassName
{
background-color: #C16771;
}
.BgClassName
{
background-color: #C16771;
}
</style>
border-color css
<style>
span { border-color: #C16771; }
span { border-color: rgb(193,103,113); }
td.TdClassName
{
border-color: #C16771;
}
.TagClassName
{
border-color: #C16771;
}
</style>