Shades of Tapestry #C06B86
Tints of Tapestry #C06B86
RGB
CMYK
RGB Variations
Color information
#C06B86 (or 0xC06B86) is known color: Tapestry. HEX triplet: C0, 6B and 86. RGB value is (192,107,134). Sum of RGB (Red+Green+Blue) = 192+107+134=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B86 is #3F9479. Grayscale: #878787. Windows color (decimal): -4166778 or 8809408. OLE color: 8809408.
HSL color Cylindrical-coordinate representation of color #C06B86: hue angle of 340.94º 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 #C06B86 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 134 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.25 |
| HSL | 340.94º | 0.4% | 0.59% | - |
| HSV(B) | 340.94º | 0.44% | 0.75% | - |
| XYZ | 31.3 | 23.44 | 25.43 | - |
| YUV | 135.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 134 | 0 | 0.44 | 0.30 | 0.25 | 340.94 | 0.4 | 0.59 |
| Hex | C0 | 6B | 86 | 0 | 2C | 1E | 19 | 155 | 28 | 3B |
| Octal | 300 | 153 | 206 | 0 | 54 | 36 | 31 | 525 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10000110 | 0 | 101100 | 11110 | 11001 | 101010101 | 101000 | 111011 |
Color Harmonies of #C06B86
Complementary color
Monochromatic Colors of #C06B86
Black with #C06B86
Text Example
Text Example
White with #C06B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B86; }
p { color: rgb(192,107,134); }
H1.HeaderClassName
{
color: #C06B86;
}
.AnyTagClassName
{
color: #C06B86;
}
</style>
background-color css
<style>
a { background-color: #C06B86; }
a { background-color: rgb(192,107,134); }
div.DivClassName
{
background-color: #C06B86;
}
.BgClassName
{
background-color: #C06B86;
}
</style>
border-color css
<style>
span { border-color: #C06B86; }
span { border-color: rgb(192,107,134); }
td.TdClassName
{
border-color: #C06B86;
}
.TagClassName
{
border-color: #C06B86;
}
</style>