Shades of Tapestry #C0767F
Tints of Tapestry #C0767F
RGB
CMYK
RGB Variations
Color information
#C0767F (or 0xC0767F) is known color: Tapestry. HEX triplet: C0, 76 and 7F. RGB value is (192,118,127). Sum of RGB (Red+Green+Blue) = 192+118+127=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767F is #3F8980. Grayscale: #8D8D8D. Windows color (decimal): -4163969 or 8353472. OLE color: 8353472.
HSL color Cylindrical-coordinate representation of color #C0767F: hue angle of 352.7º 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 #C0767F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 127 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.25 |
| HSL | 352.7º | 0.37% | 0.61% | - |
| HSV(B) | 352.7º | 0.39% | 0.75% | - |
| XYZ | 32.05 | 25.7 | 23.35 | - |
| YUV | 141.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 127 | 0 | 0.39 | 0.34 | 0.25 | 352.7 | 0.37 | 0.61 |
| Hex | C0 | 76 | 7F | 0 | 27 | 22 | 19 | 161 | 25 | 3D |
| Octal | 300 | 166 | 177 | 0 | 47 | 42 | 31 | 541 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1111111 | 0 | 100111 | 100010 | 11001 | 101100001 | 100101 | 111101 |
Color Harmonies of #C0767F
Complementary color
Monochromatic Colors of #C0767F
Black with #C0767F
Text Example
Text Example
White with #C0767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0767F; }
p { color: rgb(192,118,127); }
H1.HeaderClassName
{
color: #C0767F;
}
.AnyTagClassName
{
color: #C0767F;
}
</style>
background-color css
<style>
a { background-color: #C0767F; }
a { background-color: rgb(192,118,127); }
div.DivClassName
{
background-color: #C0767F;
}
.BgClassName
{
background-color: #C0767F;
}
</style>
border-color css
<style>
span { border-color: #C0767F; }
span { border-color: rgb(192,118,127); }
td.TdClassName
{
border-color: #C0767F;
}
.TagClassName
{
border-color: #C0767F;
}
</style>