Shades of Tapestry #C16E7F
Tints of Tapestry #C16E7F
RGB
CMYK
RGB Variations
Color information
#C16E7F (or 0xC16E7F) is known color: Tapestry. HEX triplet: C1, 6E and 7F. RGB value is (193,110,127). Sum of RGB (Red+Green+Blue) = 193+110+127=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E7F is #3E9180. Grayscale: #888888. Windows color (decimal): -4100481 or 8351425. OLE color: 8351425.
HSL color Cylindrical-coordinate representation of color #C16E7F: hue angle of 347.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16E7F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 127 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.24 |
| HSL | 347.71º | 0.4% | 0.59% | - |
| HSV(B) | 347.71º | 0.43% | 0.76% | - |
| XYZ | 31.4 | 24.02 | 23.06 | - |
| YUV | 136.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 127 | 0 | 0.43 | 0.34 | 0.24 | 347.71 | 0.4 | 0.59 |
| Hex | C1 | 6E | 7F | 0 | 2B | 22 | 18 | 15C | 28 | 3B |
| Octal | 301 | 156 | 177 | 0 | 53 | 42 | 30 | 534 | 50 | 73 |
| Binary | 11000001 | 1101110 | 1111111 | 0 | 101011 | 100010 | 11000 | 101011100 | 101000 | 111011 |
Color Harmonies of #C16E7F
Complementary color
Monochromatic Colors of #C16E7F
Black with #C16E7F
Text Example
Text Example
White with #C16E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E7F; }
p { color: rgb(193,110,127); }
H1.HeaderClassName
{
color: #C16E7F;
}
.AnyTagClassName
{
color: #C16E7F;
}
</style>
background-color css
<style>
a { background-color: #C16E7F; }
a { background-color: rgb(193,110,127); }
div.DivClassName
{
background-color: #C16E7F;
}
.BgClassName
{
background-color: #C16E7F;
}
</style>
border-color css
<style>
span { border-color: #C16E7F; }
span { border-color: rgb(193,110,127); }
td.TdClassName
{
border-color: #C16E7F;
}
.TagClassName
{
border-color: #C16E7F;
}
</style>