Shades of Tapestry #C1777C
Tints of Tapestry #C1777C
RGB
CMYK
RGB Variations
Color information
#C1777C (or 0xC1777C) is known color: Tapestry. HEX triplet: C1, 77 and 7C. RGB value is (193,119,124). Sum of RGB (Red+Green+Blue) = 193+119+124=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1777C is #3E8883. Grayscale: #8D8D8D. Windows color (decimal): -4098180 or 8157121. OLE color: 8157121.
HSL color Cylindrical-coordinate representation of color #C1777C: hue angle of 355.95º 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 #C1777C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 124 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.24 |
| HSL | 355.95º | 0.37% | 0.61% | - |
| HSV(B) | 355.95º | 0.38% | 0.76% | - |
| XYZ | 32.23 | 25.99 | 22.39 | - |
| YUV | 141.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 124 | 0 | 0.38 | 0.36 | 0.24 | 355.95 | 0.37 | 0.61 |
| Hex | C1 | 77 | 7C | 0 | 26 | 24 | 18 | 164 | 25 | 3D |
| Octal | 301 | 167 | 174 | 0 | 46 | 44 | 30 | 544 | 45 | 75 |
| Binary | 11000001 | 1110111 | 1111100 | 0 | 100110 | 100100 | 11000 | 101100100 | 100101 | 111101 |
Color Harmonies of #C1777C
Complementary color
Monochromatic Colors of #C1777C
Black with #C1777C
Text Example
Text Example
White with #C1777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1777C; }
p { color: rgb(193,119,124); }
H1.HeaderClassName
{
color: #C1777C;
}
.AnyTagClassName
{
color: #C1777C;
}
</style>
background-color css
<style>
a { background-color: #C1777C; }
a { background-color: rgb(193,119,124); }
div.DivClassName
{
background-color: #C1777C;
}
.BgClassName
{
background-color: #C1777C;
}
</style>
border-color css
<style>
span { border-color: #C1777C; }
span { border-color: rgb(193,119,124); }
td.TdClassName
{
border-color: #C1777C;
}
.TagClassName
{
border-color: #C1777C;
}
</style>