Shades of Tapestry #C16782
Tints of Tapestry #C16782
RGB
CMYK
RGB Variations
Color information
#C16782 (or 0xC16782) is known color: Tapestry. HEX triplet: C1, 67 and 82. RGB value is (193,103,130). Sum of RGB (Red+Green+Blue) = 193+103+130=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16782 is #3E987D. Grayscale: #848484. Windows color (decimal): -4102270 or 8546241. OLE color: 8546241.
HSL color Cylindrical-coordinate representation of color #C16782: hue angle of 342º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16782 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 130 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.24 |
| HSL | 342º | 0.42% | 0.58% | - |
| HSV(B) | 342º | 0.47% | 0.76% | - |
| XYZ | 30.87 | 22.65 | 23.86 | - |
| YUV | 132.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 130 | 0 | 0.47 | 0.33 | 0.24 | 342 | 0.42 | 0.58 |
| Hex | C1 | 67 | 82 | 0 | 2F | 21 | 18 | 156 | 2A | 3A |
| Octal | 301 | 147 | 202 | 0 | 57 | 41 | 30 | 526 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10000010 | 0 | 101111 | 100001 | 11000 | 101010110 | 101010 | 111010 |
Color Harmonies of #C16782
Complementary color
Monochromatic Colors of #C16782
Black with #C16782
Text Example
Text Example
White with #C16782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16782; }
p { color: rgb(193,103,130); }
H1.HeaderClassName
{
color: #C16782;
}
.AnyTagClassName
{
color: #C16782;
}
</style>
background-color css
<style>
a { background-color: #C16782; }
a { background-color: rgb(193,103,130); }
div.DivClassName
{
background-color: #C16782;
}
.BgClassName
{
background-color: #C16782;
}
</style>
border-color css
<style>
span { border-color: #C16782; }
span { border-color: rgb(193,103,130); }
td.TdClassName
{
border-color: #C16782;
}
.TagClassName
{
border-color: #C16782;
}
</style>