Shades of Tapestry #C0777D
Tints of Tapestry #C0777D
RGB
CMYK
RGB Variations
Color information
#C0777D (or 0xC0777D) is known color: Tapestry. HEX triplet: C0, 77 and 7D. RGB value is (192,119,125). Sum of RGB (Red+Green+Blue) = 192+119+125=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0777D is #3F8882. Grayscale: #8D8D8D. Windows color (decimal): -4163715 or 8222656. OLE color: 8222656.
HSL color Cylindrical-coordinate representation of color #C0777D: hue angle of 355.07º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0777D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 125 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.25 |
| HSL | 355.07º | 0.37% | 0.61% | - |
| HSV(B) | 355.07º | 0.38% | 0.75% | - |
| XYZ | 32.04 | 25.88 | 22.71 | - |
| YUV | 141.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 125 | 0 | 0.38 | 0.35 | 0.25 | 355.07 | 0.37 | 0.61 |
| Hex | C0 | 77 | 7D | 0 | 26 | 23 | 19 | 163 | 25 | 3D |
| Octal | 300 | 167 | 175 | 0 | 46 | 43 | 31 | 543 | 45 | 75 |
| Binary | 11000000 | 1110111 | 1111101 | 0 | 100110 | 100011 | 11001 | 101100011 | 100101 | 111101 |
Color Harmonies of #C0777D
Complementary color
Monochromatic Colors of #C0777D
Black with #C0777D
Text Example
Text Example
White with #C0777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0777D; }
p { color: rgb(192,119,125); }
H1.HeaderClassName
{
color: #C0777D;
}
.AnyTagClassName
{
color: #C0777D;
}
</style>
background-color css
<style>
a { background-color: #C0777D; }
a { background-color: rgb(192,119,125); }
div.DivClassName
{
background-color: #C0777D;
}
.BgClassName
{
background-color: #C0777D;
}
</style>
border-color css
<style>
span { border-color: #C0777D; }
span { border-color: rgb(192,119,125); }
td.TdClassName
{
border-color: #C0777D;
}
.TagClassName
{
border-color: #C0777D;
}
</style>