Shades of Tapestry #C0797B
Tints of Tapestry #C0797B
RGB
CMYK
RGB Variations
Color information
#C0797B (or 0xC0797B) is known color: Tapestry. HEX triplet: C0, 79 and 7B. RGB value is (192,121,123). Sum of RGB (Red+Green+Blue) = 192+121+123=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0797B is #3F8684. Grayscale: #8E8E8E. Windows color (decimal): -4163205 or 8092096. OLE color: 8092096.
HSL color Cylindrical-coordinate representation of color #C0797B: hue angle of 358.31º 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 #C0797B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 123 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.25 |
| HSL | 358.31º | 0.36% | 0.61% | - |
| HSV(B) | 358.31º | 0.37% | 0.75% | - |
| XYZ | 32.15 | 26.31 | 22.12 | - |
| YUV | 142.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 123 | 0 | 0.37 | 0.36 | 0.25 | 358.31 | 0.36 | 0.61 |
| Hex | C0 | 79 | 7B | 0 | 25 | 24 | 19 | 166 | 24 | 3D |
| Octal | 300 | 171 | 173 | 0 | 45 | 44 | 31 | 546 | 44 | 75 |
| Binary | 11000000 | 1111001 | 1111011 | 0 | 100101 | 100100 | 11001 | 101100110 | 100100 | 111101 |
Color Harmonies of #C0797B
Complementary color
Monochromatic Colors of #C0797B
Black with #C0797B
Text Example
Text Example
White with #C0797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0797B; }
p { color: rgb(192,121,123); }
H1.HeaderClassName
{
color: #C0797B;
}
.AnyTagClassName
{
color: #C0797B;
}
</style>
background-color css
<style>
a { background-color: #C0797B; }
a { background-color: rgb(192,121,123); }
div.DivClassName
{
background-color: #C0797B;
}
.BgClassName
{
background-color: #C0797B;
}
</style>
border-color css
<style>
span { border-color: #C0797B; }
span { border-color: rgb(192,121,123); }
td.TdClassName
{
border-color: #C0797B;
}
.TagClassName
{
border-color: #C0797B;
}
</style>