Shades of Tapestry #C16B86
Tints of Tapestry #C16B86
RGB
CMYK
RGB Variations
Color information
#C16B86 (or 0xC16B86) is known color: Tapestry. HEX triplet: C1, 6B and 86. RGB value is (193,107,134). Sum of RGB (Red+Green+Blue) = 193+107+134=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16B86 is #3E9479. Grayscale: #878787. Windows color (decimal): -4101242 or 8809409. OLE color: 8809409.
HSL color Cylindrical-coordinate representation of color #C16B86: hue angle of 341.16º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16B86 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 134 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.24 |
| HSL | 341.16º | 0.41% | 0.59% | - |
| HSV(B) | 341.16º | 0.45% | 0.76% | - |
| XYZ | 31.55 | 23.57 | 25.44 | - |
| YUV | 135.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 134 | 0 | 0.45 | 0.31 | 0.24 | 341.16 | 0.41 | 0.59 |
| Hex | C1 | 6B | 86 | 0 | 2D | 1F | 18 | 155 | 29 | 3B |
| Octal | 301 | 153 | 206 | 0 | 55 | 37 | 30 | 525 | 51 | 73 |
| Binary | 11000001 | 1101011 | 10000110 | 0 | 101101 | 11111 | 11000 | 101010101 | 101001 | 111011 |
Color Harmonies of #C16B86
Complementary color
Monochromatic Colors of #C16B86
Black with #C16B86
Text Example
Text Example
White with #C16B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B86; }
p { color: rgb(193,107,134); }
H1.HeaderClassName
{
color: #C16B86;
}
.AnyTagClassName
{
color: #C16B86;
}
</style>
background-color css
<style>
a { background-color: #C16B86; }
a { background-color: rgb(193,107,134); }
div.DivClassName
{
background-color: #C16B86;
}
.BgClassName
{
background-color: #C16B86;
}
</style>
border-color css
<style>
span { border-color: #C16B86; }
span { border-color: rgb(193,107,134); }
td.TdClassName
{
border-color: #C16B86;
}
.TagClassName
{
border-color: #C16B86;
}
</style>