Shades of Tapestry #C0787C
Tints of Tapestry #C0787C
RGB
CMYK
RGB Variations
Color information
#C0787C (or 0xC0787C) is known color: Tapestry. HEX triplet: C0, 78 and 7C. RGB value is (192,120,124). Sum of RGB (Red+Green+Blue) = 192+120+124=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0787C is #3F8783. Grayscale: #8E8E8E. Windows color (decimal): -4163460 or 8157376. OLE color: 8157376.
HSL color Cylindrical-coordinate representation of color #C0787C: hue angle of 356.67º 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 #C0787C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 124 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.25 |
| HSL | 356.67º | 0.36% | 0.61% | - |
| HSV(B) | 356.67º | 0.38% | 0.75% | - |
| XYZ | 32.09 | 26.09 | 22.41 | - |
| YUV | 141.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 124 | 0 | 0.38 | 0.35 | 0.25 | 356.67 | 0.36 | 0.61 |
| Hex | C0 | 78 | 7C | 0 | 26 | 23 | 19 | 165 | 24 | 3D |
| Octal | 300 | 170 | 174 | 0 | 46 | 43 | 31 | 545 | 44 | 75 |
| Binary | 11000000 | 1111000 | 1111100 | 0 | 100110 | 100011 | 11001 | 101100101 | 100100 | 111101 |
Color Harmonies of #C0787C
Complementary color
Monochromatic Colors of #C0787C
Black with #C0787C
Text Example
Text Example
White with #C0787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0787C; }
p { color: rgb(192,120,124); }
H1.HeaderClassName
{
color: #C0787C;
}
.AnyTagClassName
{
color: #C0787C;
}
</style>
background-color css
<style>
a { background-color: #C0787C; }
a { background-color: rgb(192,120,124); }
div.DivClassName
{
background-color: #C0787C;
}
.BgClassName
{
background-color: #C0787C;
}
</style>
border-color css
<style>
span { border-color: #C0787C; }
span { border-color: rgb(192,120,124); }
td.TdClassName
{
border-color: #C0787C;
}
.TagClassName
{
border-color: #C0787C;
}
</style>