Shades of Tapestry #C0797A
Tints of Tapestry #C0797A
RGB
CMYK
RGB Variations
Color information
#C0797A (or 0xC0797A) is known color: Tapestry. HEX triplet: C0, 79 and 7A. RGB value is (192,121,122). Sum of RGB (Red+Green+Blue) = 192+121+122=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0797A is #3F8685. Grayscale: #8E8E8E. Windows color (decimal): -4163206 or 8026560. OLE color: 8026560.
HSL color Cylindrical-coordinate representation of color #C0797A: hue angle of 359.15º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0797A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 122 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.25 |
| HSL | 359.15º | 0.36% | 0.61% | - |
| HSV(B) | 359.15º | 0.37% | 0.75% | - |
| XYZ | 32.09 | 26.29 | 21.79 | - |
| YUV | 142.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 122 | 0 | 0.37 | 0.36 | 0.25 | 359.15 | 0.36 | 0.61 |
| Hex | C0 | 79 | 7A | 0 | 25 | 24 | 19 | 167 | 24 | 3D |
| Octal | 300 | 171 | 172 | 0 | 45 | 44 | 31 | 547 | 44 | 75 |
| Binary | 11000000 | 1111001 | 1111010 | 0 | 100101 | 100100 | 11001 | 101100111 | 100100 | 111101 |
Color Harmonies of #C0797A
Complementary color
Monochromatic Colors of #C0797A
Black with #C0797A
Text Example
Text Example
White with #C0797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0797A; }
p { color: rgb(192,121,122); }
H1.HeaderClassName
{
color: #C0797A;
}
.AnyTagClassName
{
color: #C0797A;
}
</style>
background-color css
<style>
a { background-color: #C0797A; }
a { background-color: rgb(192,121,122); }
div.DivClassName
{
background-color: #C0797A;
}
.BgClassName
{
background-color: #C0797A;
}
</style>
border-color css
<style>
span { border-color: #C0797A; }
span { border-color: rgb(192,121,122); }
td.TdClassName
{
border-color: #C0797A;
}
.TagClassName
{
border-color: #C0797A;
}
</style>