Shades of Tapestry #C1777D
Tints of Tapestry #C1777D
RGB
CMYK
RGB Variations
Color information
#C1777D (or 0xC1777D) is known color: Tapestry. HEX triplet: C1, 77 and 7D. RGB value is (193,119,125). Sum of RGB (Red+Green+Blue) = 193+119+125=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1777D is #3E8882. Grayscale: #8D8D8D. Windows color (decimal): -4098179 or 8222657. OLE color: 8222657.
HSL color Cylindrical-coordinate representation of color #C1777D: hue angle of 355.14º 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 #C1777D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 125 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.24 |
| HSL | 355.14º | 0.37% | 0.61% | - |
| HSV(B) | 355.14º | 0.38% | 0.76% | - |
| XYZ | 32.29 | 26.01 | 22.72 | - |
| YUV | 141.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 125 | 0 | 0.38 | 0.35 | 0.24 | 355.14 | 0.37 | 0.61 |
| Hex | C1 | 77 | 7D | 0 | 26 | 23 | 18 | 163 | 25 | 3D |
| Octal | 301 | 167 | 175 | 0 | 46 | 43 | 30 | 543 | 45 | 75 |
| Binary | 11000001 | 1110111 | 1111101 | 0 | 100110 | 100011 | 11000 | 101100011 | 100101 | 111101 |
Color Harmonies of #C1777D
Complementary color
Monochromatic Colors of #C1777D
Black with #C1777D
Text Example
Text Example
White with #C1777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1777D; }
p { color: rgb(193,119,125); }
H1.HeaderClassName
{
color: #C1777D;
}
.AnyTagClassName
{
color: #C1777D;
}
</style>
background-color css
<style>
a { background-color: #C1777D; }
a { background-color: rgb(193,119,125); }
div.DivClassName
{
background-color: #C1777D;
}
.BgClassName
{
background-color: #C1777D;
}
</style>
border-color css
<style>
span { border-color: #C1777D; }
span { border-color: rgb(193,119,125); }
td.TdClassName
{
border-color: #C1777D;
}
.TagClassName
{
border-color: #C1777D;
}
</style>