Shades of Tapestry #C0767A
Tints of Tapestry #C0767A
RGB
CMYK
RGB Variations
Color information
#C0767A (or 0xC0767A) is known color: Tapestry. HEX triplet: C0, 76 and 7A. RGB value is (192,118,122). Sum of RGB (Red+Green+Blue) = 192+118+122=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767A is #3F8985. Grayscale: #8C8C8C. Windows color (decimal): -4163974 or 8025792. OLE color: 8025792.
HSL color Cylindrical-coordinate representation of color #C0767A: hue angle of 356.76º 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 #C0767A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 122 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.25 |
| HSL | 356.76º | 0.37% | 0.61% | - |
| HSV(B) | 356.76º | 0.39% | 0.75% | - |
| XYZ | 31.73 | 25.57 | 21.68 | - |
| YUV | 140.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 122 | 0 | 0.39 | 0.36 | 0.25 | 356.76 | 0.37 | 0.61 |
| Hex | C0 | 76 | 7A | 0 | 27 | 24 | 19 | 165 | 25 | 3D |
| Octal | 300 | 166 | 172 | 0 | 47 | 44 | 31 | 545 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1111010 | 0 | 100111 | 100100 | 11001 | 101100101 | 100101 | 111101 |
Color Harmonies of #C0767A
Complementary color
Monochromatic Colors of #C0767A
Black with #C0767A
Text Example
Text Example
White with #C0767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0767A; }
p { color: rgb(192,118,122); }
H1.HeaderClassName
{
color: #C0767A;
}
.AnyTagClassName
{
color: #C0767A;
}
</style>
background-color css
<style>
a { background-color: #C0767A; }
a { background-color: rgb(192,118,122); }
div.DivClassName
{
background-color: #C0767A;
}
.BgClassName
{
background-color: #C0767A;
}
</style>
border-color css
<style>
span { border-color: #C0767A; }
span { border-color: rgb(192,118,122); }
td.TdClassName
{
border-color: #C0767A;
}
.TagClassName
{
border-color: #C0767A;
}
</style>