Shades of Tapestry #C0787E
Tints of Tapestry #C0787E
RGB
CMYK
RGB Variations
Color information
#C0787E (or 0xC0787E) is known color: Tapestry. HEX triplet: C0, 78 and 7E. RGB value is (192,120,126). Sum of RGB (Red+Green+Blue) = 192+120+126=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0787E is #3F8781. Grayscale: #8E8E8E. Windows color (decimal): -4163458 or 8288448. OLE color: 8288448.
HSL color Cylindrical-coordinate representation of color #C0787E: hue angle of 355º degrees, saturation: 0.36, 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 #C0787E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 126 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.25 |
| HSL | 355º | 0.36% | 0.61% | - |
| HSV(B) | 355º | 0.38% | 0.75% | - |
| XYZ | 32.22 | 26.15 | 23.09 | - |
| YUV | 142.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 126 | 0 | 0.38 | 0.34 | 0.25 | 355 | 0.36 | 0.61 |
| Hex | C0 | 78 | 7E | 0 | 26 | 22 | 19 | 163 | 24 | 3D |
| Octal | 300 | 170 | 176 | 0 | 46 | 42 | 31 | 543 | 44 | 75 |
| Binary | 11000000 | 1111000 | 1111110 | 0 | 100110 | 100010 | 11001 | 101100011 | 100100 | 111101 |
Color Harmonies of #C0787E
Complementary color
Monochromatic Colors of #C0787E
Black with #C0787E
Text Example
Text Example
White with #C0787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0787E; }
p { color: rgb(192,120,126); }
H1.HeaderClassName
{
color: #C0787E;
}
.AnyTagClassName
{
color: #C0787E;
}
</style>
background-color css
<style>
a { background-color: #C0787E; }
a { background-color: rgb(192,120,126); }
div.DivClassName
{
background-color: #C0787E;
}
.BgClassName
{
background-color: #C0787E;
}
</style>
border-color css
<style>
span { border-color: #C0787E; }
span { border-color: rgb(192,120,126); }
td.TdClassName
{
border-color: #C0787E;
}
.TagClassName
{
border-color: #C0787E;
}
</style>