Shades of Tapestry #C1777B
Tints of Tapestry #C1777B
RGB
CMYK
RGB Variations
Color information
#C1777B (or 0xC1777B) is known color: Tapestry. HEX triplet: C1, 77 and 7B. RGB value is (193,119,123). Sum of RGB (Red+Green+Blue) = 193+119+123=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1777B is #3E8884. Grayscale: #8D8D8D. Windows color (decimal): -4098181 or 8091585. OLE color: 8091585.
HSL color Cylindrical-coordinate representation of color #C1777B: hue angle of 356.76º 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 #C1777B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 123 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.24 |
| HSL | 356.76º | 0.37% | 0.61% | - |
| HSV(B) | 356.76º | 0.38% | 0.76% | - |
| XYZ | 32.16 | 25.96 | 22.05 | - |
| YUV | 141.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 123 | 0 | 0.38 | 0.36 | 0.24 | 356.76 | 0.37 | 0.61 |
| Hex | C1 | 77 | 7B | 0 | 26 | 24 | 18 | 165 | 25 | 3D |
| Octal | 301 | 167 | 173 | 0 | 46 | 44 | 30 | 545 | 45 | 75 |
| Binary | 11000001 | 1110111 | 1111011 | 0 | 100110 | 100100 | 11000 | 101100101 | 100101 | 111101 |
Color Harmonies of #C1777B
Complementary color
Monochromatic Colors of #C1777B
Black with #C1777B
Text Example
Text Example
White with #C1777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1777B; }
p { color: rgb(193,119,123); }
H1.HeaderClassName
{
color: #C1777B;
}
.AnyTagClassName
{
color: #C1777B;
}
</style>
background-color css
<style>
a { background-color: #C1777B; }
a { background-color: rgb(193,119,123); }
div.DivClassName
{
background-color: #C1777B;
}
.BgClassName
{
background-color: #C1777B;
}
</style>
border-color css
<style>
span { border-color: #C1777B; }
span { border-color: rgb(193,119,123); }
td.TdClassName
{
border-color: #C1777B;
}
.TagClassName
{
border-color: #C1777B;
}
</style>