Shades of Tapestry #C06A77
Tints of Tapestry #C06A77
RGB
CMYK
RGB Variations
Color information
#C06A77 (or 0xC06A77) is known color: Tapestry. HEX triplet: C0, 6A and 77. RGB value is (192,106,119). Sum of RGB (Red+Green+Blue) = 192+106+119=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A77 is #3F9588. Grayscale: #858585. Windows color (decimal): -4167049 or 7826112. OLE color: 7826112.
HSL color Cylindrical-coordinate representation of color #C06A77: hue angle of 350.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A77 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 119 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.25 |
| HSL | 350.93º | 0.41% | 0.58% | - |
| HSV(B) | 350.93º | 0.45% | 0.75% | - |
| XYZ | 30.22 | 22.85 | 20.27 | - |
| YUV | 133.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 119 | 0 | 0.45 | 0.38 | 0.25 | 350.93 | 0.41 | 0.58 |
| Hex | C0 | 6A | 77 | 0 | 2D | 26 | 19 | 15F | 29 | 3A |
| Octal | 300 | 152 | 167 | 0 | 55 | 46 | 31 | 537 | 51 | 72 |
| Binary | 11000000 | 1101010 | 1110111 | 0 | 101101 | 100110 | 11001 | 101011111 | 101001 | 111010 |
Color Harmonies of #C06A77
Complementary color
Monochromatic Colors of #C06A77
Black with #C06A77
Text Example
Text Example
White with #C06A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A77; }
p { color: rgb(192,106,119); }
H1.HeaderClassName
{
color: #C06A77;
}
.AnyTagClassName
{
color: #C06A77;
}
</style>
background-color css
<style>
a { background-color: #C06A77; }
a { background-color: rgb(192,106,119); }
div.DivClassName
{
background-color: #C06A77;
}
.BgClassName
{
background-color: #C06A77;
}
</style>
border-color css
<style>
span { border-color: #C06A77; }
span { border-color: rgb(192,106,119); }
td.TdClassName
{
border-color: #C06A77;
}
.TagClassName
{
border-color: #C06A77;
}
</style>