Shades of Tapestry #C16F7F
Tints of Tapestry #C16F7F
RGB
CMYK
RGB Variations
Color information
#C16F7F (or 0xC16F7F) is known color: Tapestry. HEX triplet: C1, 6F and 7F. RGB value is (193,111,127). Sum of RGB (Red+Green+Blue) = 193+111+127=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F7F is #3E9080. Grayscale: #898989. Windows color (decimal): -4100225 or 8351681. OLE color: 8351681.
HSL color Cylindrical-coordinate representation of color #C16F7F: hue angle of 348.29º 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 #C16F7F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 127 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.24 |
| HSL | 348.29º | 0.4% | 0.6% | - |
| HSV(B) | 348.29º | 0.42% | 0.76% | - |
| XYZ | 31.51 | 24.24 | 23.1 | - |
| YUV | 137.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 127 | 0 | 0.42 | 0.34 | 0.24 | 348.29 | 0.4 | 0.6 |
| Hex | C1 | 6F | 7F | 0 | 2A | 22 | 18 | 15C | 28 | 3C |
| Octal | 301 | 157 | 177 | 0 | 52 | 42 | 30 | 534 | 50 | 74 |
| Binary | 11000001 | 1101111 | 1111111 | 0 | 101010 | 100010 | 11000 | 101011100 | 101000 | 111100 |
Color Harmonies of #C16F7F
Complementary color
Monochromatic Colors of #C16F7F
Black with #C16F7F
Text Example
Text Example
White with #C16F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F7F; }
p { color: rgb(193,111,127); }
H1.HeaderClassName
{
color: #C16F7F;
}
.AnyTagClassName
{
color: #C16F7F;
}
</style>
background-color css
<style>
a { background-color: #C16F7F; }
a { background-color: rgb(193,111,127); }
div.DivClassName
{
background-color: #C16F7F;
}
.BgClassName
{
background-color: #C16F7F;
}
</style>
border-color css
<style>
span { border-color: #C16F7F; }
span { border-color: rgb(193,111,127); }
td.TdClassName
{
border-color: #C16F7F;
}
.TagClassName
{
border-color: #C16F7F;
}
</style>