Shades of Tapestry #C1767B
Tints of Tapestry #C1767B
RGB
CMYK
RGB Variations
Color information
#C1767B (or 0xC1767B) is known color: Tapestry. HEX triplet: C1, 76 and 7B. RGB value is (193,118,123). Sum of RGB (Red+Green+Blue) = 193+118+123=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767B is #3E8984. Grayscale: #8D8D8D. Windows color (decimal): -4098437 or 8091329. OLE color: 8091329.
HSL color Cylindrical-coordinate representation of color #C1767B: hue angle of 356º 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 #C1767B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 123 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.24 |
| HSL | 356º | 0.38% | 0.61% | - |
| HSV(B) | 356º | 0.39% | 0.76% | - |
| XYZ | 32.05 | 25.72 | 22.02 | - |
| YUV | 141 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 123 | 0 | 0.39 | 0.36 | 0.24 | 356 | 0.38 | 0.61 |
| Hex | C1 | 76 | 7B | 0 | 27 | 24 | 18 | 164 | 26 | 3D |
| Octal | 301 | 166 | 173 | 0 | 47 | 44 | 30 | 544 | 46 | 75 |
| Binary | 11000001 | 1110110 | 1111011 | 0 | 100111 | 100100 | 11000 | 101100100 | 100110 | 111101 |
Color Harmonies of #C1767B
Complementary color
Monochromatic Colors of #C1767B
Black with #C1767B
Text Example
Text Example
White with #C1767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1767B; }
p { color: rgb(193,118,123); }
H1.HeaderClassName
{
color: #C1767B;
}
.AnyTagClassName
{
color: #C1767B;
}
</style>
background-color css
<style>
a { background-color: #C1767B; }
a { background-color: rgb(193,118,123); }
div.DivClassName
{
background-color: #C1767B;
}
.BgClassName
{
background-color: #C1767B;
}
</style>
border-color css
<style>
span { border-color: #C1767B; }
span { border-color: rgb(193,118,123); }
td.TdClassName
{
border-color: #C1767B;
}
.TagClassName
{
border-color: #C1767B;
}
</style>