Shades of Tapestry #C1777A
Tints of Tapestry #C1777A
RGB
CMYK
RGB Variations
Color information
#C1777A (or 0xC1777A) is known color: Tapestry. HEX triplet: C1, 77 and 7A. RGB value is (193,119,122). Sum of RGB (Red+Green+Blue) = 193+119+122=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1777A is #3E8885. Grayscale: #8D8D8D. Windows color (decimal): -4098182 or 8026049. OLE color: 8026049.
HSL color Cylindrical-coordinate representation of color #C1777A: hue angle of 357.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1777A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 122 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.24 |
| HSL | 357.57º | 0.37% | 0.61% | - |
| HSV(B) | 357.57º | 0.38% | 0.76% | - |
| XYZ | 32.1 | 25.94 | 21.73 | - |
| YUV | 141.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 122 | 0 | 0.38 | 0.37 | 0.24 | 357.57 | 0.37 | 0.61 |
| Hex | C1 | 77 | 7A | 0 | 26 | 25 | 18 | 166 | 25 | 3D |
| Octal | 301 | 167 | 172 | 0 | 46 | 45 | 30 | 546 | 45 | 75 |
| Binary | 11000001 | 1110111 | 1111010 | 0 | 100110 | 100101 | 11000 | 101100110 | 100101 | 111101 |
Color Harmonies of #C1777A
Complementary color
Monochromatic Colors of #C1777A
Black with #C1777A
Text Example
Text Example
White with #C1777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1777A; }
p { color: rgb(193,119,122); }
H1.HeaderClassName
{
color: #C1777A;
}
.AnyTagClassName
{
color: #C1777A;
}
</style>
background-color css
<style>
a { background-color: #C1777A; }
a { background-color: rgb(193,119,122); }
div.DivClassName
{
background-color: #C1777A;
}
.BgClassName
{
background-color: #C1777A;
}
</style>
border-color css
<style>
span { border-color: #C1777A; }
span { border-color: rgb(193,119,122); }
td.TdClassName
{
border-color: #C1777A;
}
.TagClassName
{
border-color: #C1777A;
}
</style>