Shades of Tapestry #C06886
Tints of Tapestry #C06886
RGB
CMYK
RGB Variations
Color information
#C06886 (or 0xC06886) is known color: Tapestry. HEX triplet: C0, 68 and 86. RGB value is (192,104,134). Sum of RGB (Red+Green+Blue) = 192+104+134=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C06886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06886 is #3F9779. Grayscale: #858585. Windows color (decimal): -4167546 or 8808640. OLE color: 8808640.
HSL color Cylindrical-coordinate representation of color #C06886: hue angle of 339.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06886 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 134 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.25 |
| HSL | 339.55º | 0.41% | 0.58% | - |
| HSV(B) | 339.55º | 0.46% | 0.75% | - |
| XYZ | 30.99 | 22.83 | 25.33 | - |
| YUV | 133.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 134 | 0 | 0.46 | 0.30 | 0.25 | 339.55 | 0.41 | 0.58 |
| Hex | C0 | 68 | 86 | 0 | 2E | 1E | 19 | 154 | 29 | 3A |
| Octal | 300 | 150 | 206 | 0 | 56 | 36 | 31 | 524 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10000110 | 0 | 101110 | 11110 | 11001 | 101010100 | 101001 | 111010 |
Color Harmonies of #C06886
Complementary color
Monochromatic Colors of #C06886
Black with #C06886
Text Example
Text Example
White with #C06886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06886; }
p { color: rgb(192,104,134); }
H1.HeaderClassName
{
color: #C06886;
}
.AnyTagClassName
{
color: #C06886;
}
</style>
background-color css
<style>
a { background-color: #C06886; }
a { background-color: rgb(192,104,134); }
div.DivClassName
{
background-color: #C06886;
}
.BgClassName
{
background-color: #C06886;
}
</style>
border-color css
<style>
span { border-color: #C06886; }
span { border-color: rgb(192,104,134); }
td.TdClassName
{
border-color: #C06886;
}
.TagClassName
{
border-color: #C06886;
}
</style>