Shades of Tapestry #C07A7E
Tints of Tapestry #C07A7E
RGB
CMYK
RGB Variations
Color information
#C07A7E (or 0xC07A7E) is known color: Tapestry. HEX triplet: C0, 7A and 7E. RGB value is (192,122,126). Sum of RGB (Red+Green+Blue) = 192+122+126=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A7E is #3F8581. Grayscale: #8F8F8F. Windows color (decimal): -4162946 or 8288960. OLE color: 8288960.
HSL color Cylindrical-coordinate representation of color #C07A7E: hue angle of 356.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07A7E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 126 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.25 |
| HSL | 356.57º | 0.36% | 0.62% | - |
| HSV(B) | 356.57º | 0.36% | 0.75% | - |
| XYZ | 32.46 | 26.63 | 23.17 | - |
| YUV | 143.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 126 | 0 | 0.36 | 0.34 | 0.25 | 356.57 | 0.36 | 0.62 |
| Hex | C0 | 7A | 7E | 0 | 24 | 22 | 19 | 165 | 24 | 3E |
| Octal | 300 | 172 | 176 | 0 | 44 | 42 | 31 | 545 | 44 | 76 |
| Binary | 11000000 | 1111010 | 1111110 | 0 | 100100 | 100010 | 11001 | 101100101 | 100100 | 111110 |
Color Harmonies of #C07A7E
Complementary color
Monochromatic Colors of #C07A7E
Black with #C07A7E
Text Example
Text Example
White with #C07A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A7E; }
p { color: rgb(192,122,126); }
H1.HeaderClassName
{
color: #C07A7E;
}
.AnyTagClassName
{
color: #C07A7E;
}
</style>
background-color css
<style>
a { background-color: #C07A7E; }
a { background-color: rgb(192,122,126); }
div.DivClassName
{
background-color: #C07A7E;
}
.BgClassName
{
background-color: #C07A7E;
}
</style>
border-color css
<style>
span { border-color: #C07A7E; }
span { border-color: rgb(192,122,126); }
td.TdClassName
{
border-color: #C07A7E;
}
.TagClassName
{
border-color: #C07A7E;
}
</style>