Shades of Tapestry #C0767E
Tints of Tapestry #C0767E
RGB
CMYK
RGB Variations
Color information
#C0767E (or 0xC0767E) is known color: Tapestry. HEX triplet: C0, 76 and 7E. RGB value is (192,118,126). Sum of RGB (Red+Green+Blue) = 192+118+126=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767E is #3F8981. Grayscale: #8D8D8D. Windows color (decimal): -4163970 or 8287936. OLE color: 8287936.
HSL color Cylindrical-coordinate representation of color #C0767E: hue angle of 353.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0767E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 126 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.25 |
| HSL | 353.51º | 0.37% | 0.61% | - |
| HSV(B) | 353.51º | 0.39% | 0.75% | - |
| XYZ | 31.98 | 25.67 | 23.01 | - |
| YUV | 141.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 126 | 0 | 0.39 | 0.34 | 0.25 | 353.51 | 0.37 | 0.61 |
| Hex | C0 | 76 | 7E | 0 | 27 | 22 | 19 | 162 | 25 | 3D |
| Octal | 300 | 166 | 176 | 0 | 47 | 42 | 31 | 542 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1111110 | 0 | 100111 | 100010 | 11001 | 101100010 | 100101 | 111101 |
Color Harmonies of #C0767E
Complementary color
Monochromatic Colors of #C0767E
Black with #C0767E
Text Example
Text Example
White with #C0767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0767E; }
p { color: rgb(192,118,126); }
H1.HeaderClassName
{
color: #C0767E;
}
.AnyTagClassName
{
color: #C0767E;
}
</style>
background-color css
<style>
a { background-color: #C0767E; }
a { background-color: rgb(192,118,126); }
div.DivClassName
{
background-color: #C0767E;
}
.BgClassName
{
background-color: #C0767E;
}
</style>
border-color css
<style>
span { border-color: #C0767E; }
span { border-color: rgb(192,118,126); }
td.TdClassName
{
border-color: #C0767E;
}
.TagClassName
{
border-color: #C0767E;
}
</style>