Shades of Tapestry #C16D83
Tints of Tapestry #C16D83
RGB
CMYK
RGB Variations
Color information
#C16D83 (or 0xC16D83) is known color: Tapestry. HEX triplet: C1, 6D and 83. RGB value is (193,109,131). Sum of RGB (Red+Green+Blue) = 193+109+131=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16D83 is #3E927C. Grayscale: #888888. Windows color (decimal): -4100733 or 8613313. OLE color: 8613313.
HSL color Cylindrical-coordinate representation of color #C16D83: hue angle of 344.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16D83 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 131 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.24 |
| HSL | 344.29º | 0.4% | 0.59% | - |
| HSV(B) | 344.29º | 0.44% | 0.76% | - |
| XYZ | 31.56 | 23.91 | 24.43 | - |
| YUV | 136.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 131 | 0 | 0.44 | 0.32 | 0.24 | 344.29 | 0.4 | 0.59 |
| Hex | C1 | 6D | 83 | 0 | 2C | 20 | 18 | 158 | 28 | 3B |
| Octal | 301 | 155 | 203 | 0 | 54 | 40 | 30 | 530 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10000011 | 0 | 101100 | 100000 | 11000 | 101011000 | 101000 | 111011 |
Color Harmonies of #C16D83
Complementary color
Monochromatic Colors of #C16D83
Black with #C16D83
Text Example
Text Example
White with #C16D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D83; }
p { color: rgb(193,109,131); }
H1.HeaderClassName
{
color: #C16D83;
}
.AnyTagClassName
{
color: #C16D83;
}
</style>
background-color css
<style>
a { background-color: #C16D83; }
a { background-color: rgb(193,109,131); }
div.DivClassName
{
background-color: #C16D83;
}
.BgClassName
{
background-color: #C16D83;
}
</style>
border-color css
<style>
span { border-color: #C16D83; }
span { border-color: rgb(193,109,131); }
td.TdClassName
{
border-color: #C16D83;
}
.TagClassName
{
border-color: #C16D83;
}
</style>