Shades of Tapestry #C16F7A
Tints of Tapestry #C16F7A
RGB
CMYK
RGB Variations
Color information
#C16F7A (or 0xC16F7A) is known color: Tapestry. HEX triplet: C1, 6F and 7A. RGB value is (193,111,122). Sum of RGB (Red+Green+Blue) = 193+111+122=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F7A is #3E9085. Grayscale: #888888. Windows color (decimal): -4100230 or 8024001. OLE color: 8024001.
HSL color Cylindrical-coordinate representation of color #C16F7A: hue angle of 351.95º 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 #C16F7A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 122 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.24 |
| HSL | 351.95º | 0.4% | 0.6% | - |
| HSV(B) | 351.95º | 0.42% | 0.76% | - |
| XYZ | 31.19 | 24.11 | 21.42 | - |
| YUV | 136.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 122 | 0 | 0.42 | 0.37 | 0.24 | 351.95 | 0.4 | 0.6 |
| Hex | C1 | 6F | 7A | 0 | 2A | 25 | 18 | 160 | 28 | 3C |
| Octal | 301 | 157 | 172 | 0 | 52 | 45 | 30 | 540 | 50 | 74 |
| Binary | 11000001 | 1101111 | 1111010 | 0 | 101010 | 100101 | 11000 | 101100000 | 101000 | 111100 |
Color Harmonies of #C16F7A
Complementary color
Monochromatic Colors of #C16F7A
Black with #C16F7A
Text Example
Text Example
White with #C16F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F7A; }
p { color: rgb(193,111,122); }
H1.HeaderClassName
{
color: #C16F7A;
}
.AnyTagClassName
{
color: #C16F7A;
}
</style>
background-color css
<style>
a { background-color: #C16F7A; }
a { background-color: rgb(193,111,122); }
div.DivClassName
{
background-color: #C16F7A;
}
.BgClassName
{
background-color: #C16F7A;
}
</style>
border-color css
<style>
span { border-color: #C16F7A; }
span { border-color: rgb(193,111,122); }
td.TdClassName
{
border-color: #C16F7A;
}
.TagClassName
{
border-color: #C16F7A;
}
</style>