Shades of Tapestry #C06C86
Tints of Tapestry #C06C86
RGB
CMYK
RGB Variations
Color information
#C06C86 (or 0xC06C86) is known color: Tapestry. HEX triplet: C0, 6C and 86. RGB value is (192,108,134). Sum of RGB (Red+Green+Blue) = 192+108+134=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C86 is #3F9379. Grayscale: #888888. Windows color (decimal): -4166522 or 8809664. OLE color: 8809664.
HSL color Cylindrical-coordinate representation of color #C06C86: hue angle of 341.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C86 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 134 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.25 |
| HSL | 341.43º | 0.4% | 0.59% | - |
| HSV(B) | 341.43º | 0.44% | 0.75% | - |
| XYZ | 31.4 | 23.65 | 25.46 | - |
| YUV | 136.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 134 | 0 | 0.44 | 0.30 | 0.25 | 341.43 | 0.4 | 0.59 |
| Hex | C0 | 6C | 86 | 0 | 2C | 1E | 19 | 155 | 28 | 3B |
| Octal | 300 | 154 | 206 | 0 | 54 | 36 | 31 | 525 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10000110 | 0 | 101100 | 11110 | 11001 | 101010101 | 101000 | 111011 |
Color Harmonies of #C06C86
Complementary color
Monochromatic Colors of #C06C86
Black with #C06C86
Text Example
Text Example
White with #C06C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C86; }
p { color: rgb(192,108,134); }
H1.HeaderClassName
{
color: #C06C86;
}
.AnyTagClassName
{
color: #C06C86;
}
</style>
background-color css
<style>
a { background-color: #C06C86; }
a { background-color: rgb(192,108,134); }
div.DivClassName
{
background-color: #C06C86;
}
.BgClassName
{
background-color: #C06C86;
}
</style>
border-color css
<style>
span { border-color: #C06C86; }
span { border-color: rgb(192,108,134); }
td.TdClassName
{
border-color: #C06C86;
}
.TagClassName
{
border-color: #C06C86;
}
</style>