Shades of Tapestry #C06686
Tints of Tapestry #C06686
RGB
CMYK
RGB Variations
Color information
#C06686 (or 0xC06686) is known color: Tapestry. HEX triplet: C0, 66 and 86. RGB value is (192,102,134). Sum of RGB (Red+Green+Blue) = 192+102+134=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06686 is #3F9979. Grayscale: #848484. Windows color (decimal): -4168058 or 8808128. OLE color: 8808128.
HSL color Cylindrical-coordinate representation of color #C06686: hue angle of 338.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06686 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 134 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.25 |
| HSL | 338.67º | 0.42% | 0.58% | - |
| HSV(B) | 338.67º | 0.47% | 0.75% | - |
| XYZ | 30.79 | 22.43 | 25.26 | - |
| YUV | 132.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 134 | 0 | 0.47 | 0.30 | 0.25 | 338.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | 86 | 0 | 2F | 1E | 19 | 153 | 2A | 3A |
| Octal | 300 | 146 | 206 | 0 | 57 | 36 | 31 | 523 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10000110 | 0 | 101111 | 11110 | 11001 | 101010011 | 101010 | 111010 |
Color Harmonies of #C06686
Complementary color
Monochromatic Colors of #C06686
Black with #C06686
Text Example
Text Example
White with #C06686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06686; }
p { color: rgb(192,102,134); }
H1.HeaderClassName
{
color: #C06686;
}
.AnyTagClassName
{
color: #C06686;
}
</style>
background-color css
<style>
a { background-color: #C06686; }
a { background-color: rgb(192,102,134); }
div.DivClassName
{
background-color: #C06686;
}
.BgClassName
{
background-color: #C06686;
}
</style>
border-color css
<style>
span { border-color: #C06686; }
span { border-color: rgb(192,102,134); }
td.TdClassName
{
border-color: #C06686;
}
.TagClassName
{
border-color: #C06686;
}
</style>