Shades of Tapestry #C16F81
Tints of Tapestry #C16F81
RGB
CMYK
RGB Variations
Color information
#C16F81 (or 0xC16F81) is known color: Tapestry. HEX triplet: C1, 6F and 81. RGB value is (193,111,129). Sum of RGB (Red+Green+Blue) = 193+111+129=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F81 is #3E907E. Grayscale: #898989. Windows color (decimal): -4100223 or 8482753. OLE color: 8482753.
HSL color Cylindrical-coordinate representation of color #C16F81: hue angle of 346.83º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F81 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 129 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.24 |
| HSL | 346.83º | 0.4% | 0.6% | - |
| HSV(B) | 346.83º | 0.42% | 0.76% | - |
| XYZ | 31.64 | 24.29 | 23.79 | - |
| YUV | 137.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 129 | 0 | 0.42 | 0.33 | 0.24 | 346.83 | 0.4 | 0.6 |
| Hex | C1 | 6F | 81 | 0 | 2A | 21 | 18 | 15B | 28 | 3C |
| Octal | 301 | 157 | 201 | 0 | 52 | 41 | 30 | 533 | 50 | 74 |
| Binary | 11000001 | 1101111 | 10000001 | 0 | 101010 | 100001 | 11000 | 101011011 | 101000 | 111100 |
Color Harmonies of #C16F81
Complementary color
Monochromatic Colors of #C16F81
Black with #C16F81
Text Example
Text Example
White with #C16F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F81; }
p { color: rgb(193,111,129); }
H1.HeaderClassName
{
color: #C16F81;
}
.AnyTagClassName
{
color: #C16F81;
}
</style>
background-color css
<style>
a { background-color: #C16F81; }
a { background-color: rgb(193,111,129); }
div.DivClassName
{
background-color: #C16F81;
}
.BgClassName
{
background-color: #C16F81;
}
</style>
border-color css
<style>
span { border-color: #C16F81; }
span { border-color: rgb(193,111,129); }
td.TdClassName
{
border-color: #C16F81;
}
.TagClassName
{
border-color: #C16F81;
}
</style>