Shades of Tapestry #C16E7A
Tints of Tapestry #C16E7A
RGB
CMYK
RGB Variations
Color information
#C16E7A (or 0xC16E7A) is known color: Tapestry. HEX triplet: C1, 6E and 7A. RGB value is (193,110,122). Sum of RGB (Red+Green+Blue) = 193+110+122=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E7A is #3E9185. Grayscale: #888888. Windows color (decimal): -4100486 or 8023745. OLE color: 8023745.
HSL color Cylindrical-coordinate representation of color #C16E7A: hue angle of 351.33º 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 #C16E7A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 122 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.24 |
| HSL | 351.33º | 0.4% | 0.59% | - |
| HSV(B) | 351.33º | 0.43% | 0.76% | - |
| XYZ | 31.08 | 23.89 | 21.39 | - |
| YUV | 136.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 122 | 0 | 0.43 | 0.37 | 0.24 | 351.33 | 0.4 | 0.59 |
| Hex | C1 | 6E | 7A | 0 | 2B | 25 | 18 | 15F | 28 | 3B |
| Octal | 301 | 156 | 172 | 0 | 53 | 45 | 30 | 537 | 50 | 73 |
| Binary | 11000001 | 1101110 | 1111010 | 0 | 101011 | 100101 | 11000 | 101011111 | 101000 | 111011 |
Color Harmonies of #C16E7A
Complementary color
Monochromatic Colors of #C16E7A
Black with #C16E7A
Text Example
Text Example
White with #C16E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E7A; }
p { color: rgb(193,110,122); }
H1.HeaderClassName
{
color: #C16E7A;
}
.AnyTagClassName
{
color: #C16E7A;
}
</style>
background-color css
<style>
a { background-color: #C16E7A; }
a { background-color: rgb(193,110,122); }
div.DivClassName
{
background-color: #C16E7A;
}
.BgClassName
{
background-color: #C16E7A;
}
</style>
border-color css
<style>
span { border-color: #C16E7A; }
span { border-color: rgb(193,110,122); }
td.TdClassName
{
border-color: #C16E7A;
}
.TagClassName
{
border-color: #C16E7A;
}
</style>