Shades of Tapestry #C06E76
Tints of Tapestry #C06E76
RGB
CMYK
RGB Variations
Color information
#C06E76 (or 0xC06E76) is known color: Tapestry. HEX triplet: C0, 6E and 76. RGB value is (192,110,118). Sum of RGB (Red+Green+Blue) = 192+110+118=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E76 is #3F9189. Grayscale: #878787. Windows color (decimal): -4166026 or 7761600. OLE color: 7761600.
HSL color Cylindrical-coordinate representation of color #C06E76: hue angle of 354.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E76 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 118 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.25 |
| HSL | 354.15º | 0.39% | 0.59% | - |
| HSV(B) | 354.15º | 0.43% | 0.75% | - |
| XYZ | 30.58 | 23.67 | 20.1 | - |
| YUV | 135.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 118 | 0 | 0.43 | 0.39 | 0.25 | 354.15 | 0.39 | 0.59 |
| Hex | C0 | 6E | 76 | 0 | 2B | 27 | 19 | 162 | 27 | 3B |
| Octal | 300 | 156 | 166 | 0 | 53 | 47 | 31 | 542 | 47 | 73 |
| Binary | 11000000 | 1101110 | 1110110 | 0 | 101011 | 100111 | 11001 | 101100010 | 100111 | 111011 |
Color Harmonies of #C06E76
Complementary color
Monochromatic Colors of #C06E76
Black with #C06E76
Text Example
Text Example
White with #C06E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E76; }
p { color: rgb(192,110,118); }
H1.HeaderClassName
{
color: #C06E76;
}
.AnyTagClassName
{
color: #C06E76;
}
</style>
background-color css
<style>
a { background-color: #C06E76; }
a { background-color: rgb(192,110,118); }
div.DivClassName
{
background-color: #C06E76;
}
.BgClassName
{
background-color: #C06E76;
}
</style>
border-color css
<style>
span { border-color: #C06E76; }
span { border-color: rgb(192,110,118); }
td.TdClassName
{
border-color: #C06E76;
}
.TagClassName
{
border-color: #C06E76;
}
</style>