Shades of Tapestry #C1767F
Tints of Tapestry #C1767F
RGB
CMYK
RGB Variations
Color information
#C1767F (or 0xC1767F) is known color: Tapestry. HEX triplet: C1, 76 and 7F. RGB value is (193,118,127). Sum of RGB (Red+Green+Blue) = 193+118+127=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767F is #3E8980. Grayscale: #8D8D8D. Windows color (decimal): -4098433 or 8353473. OLE color: 8353473.
HSL color Cylindrical-coordinate representation of color #C1767F: hue angle of 352.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1767F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 127 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.24 |
| HSL | 352.8º | 0.38% | 0.61% | - |
| HSV(B) | 352.8º | 0.39% | 0.76% | - |
| XYZ | 32.3 | 25.83 | 23.36 | - |
| YUV | 141.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 127 | 0 | 0.39 | 0.34 | 0.24 | 352.8 | 0.38 | 0.61 |
| Hex | C1 | 76 | 7F | 0 | 27 | 22 | 18 | 161 | 26 | 3D |
| Octal | 301 | 166 | 177 | 0 | 47 | 42 | 30 | 541 | 46 | 75 |
| Binary | 11000001 | 1110110 | 1111111 | 0 | 100111 | 100010 | 11000 | 101100001 | 100110 | 111101 |
Color Harmonies of #C1767F
Complementary color
Monochromatic Colors of #C1767F
Black with #C1767F
Text Example
Text Example
White with #C1767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1767F; }
p { color: rgb(193,118,127); }
H1.HeaderClassName
{
color: #C1767F;
}
.AnyTagClassName
{
color: #C1767F;
}
</style>
background-color css
<style>
a { background-color: #C1767F; }
a { background-color: rgb(193,118,127); }
div.DivClassName
{
background-color: #C1767F;
}
.BgClassName
{
background-color: #C1767F;
}
</style>
border-color css
<style>
span { border-color: #C1767F; }
span { border-color: rgb(193,118,127); }
td.TdClassName
{
border-color: #C1767F;
}
.TagClassName
{
border-color: #C1767F;
}
</style>