Shades of Tapestry #C06881
Tints of Tapestry #C06881
RGB
CMYK
RGB Variations
Color information
#C06881 (or 0xC06881) is known color: Tapestry. HEX triplet: C0, 68 and 81. RGB value is (192,104,129). Sum of RGB (Red+Green+Blue) = 192+104+129=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06881 is #3F977E. Grayscale: #858585. Windows color (decimal): -4167551 or 8480960. OLE color: 8480960.
HSL color Cylindrical-coordinate representation of color #C06881: hue angle of 342.95º 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 #C06881 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 129 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.25 |
| HSL | 342.95º | 0.41% | 0.58% | - |
| HSV(B) | 342.95º | 0.46% | 0.75% | - |
| XYZ | 30.65 | 22.69 | 23.53 | - |
| YUV | 133.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 129 | 0 | 0.46 | 0.33 | 0.25 | 342.95 | 0.41 | 0.58 |
| Hex | C0 | 68 | 81 | 0 | 2E | 21 | 19 | 157 | 29 | 3A |
| Octal | 300 | 150 | 201 | 0 | 56 | 41 | 31 | 527 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10000001 | 0 | 101110 | 100001 | 11001 | 101010111 | 101001 | 111010 |
Color Harmonies of #C06881
Complementary color
Monochromatic Colors of #C06881
Black with #C06881
Text Example
Text Example
White with #C06881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06881; }
p { color: rgb(192,104,129); }
H1.HeaderClassName
{
color: #C06881;
}
.AnyTagClassName
{
color: #C06881;
}
</style>
background-color css
<style>
a { background-color: #C06881; }
a { background-color: rgb(192,104,129); }
div.DivClassName
{
background-color: #C06881;
}
.BgClassName
{
background-color: #C06881;
}
</style>
border-color css
<style>
span { border-color: #C06881; }
span { border-color: rgb(192,104,129); }
td.TdClassName
{
border-color: #C06881;
}
.TagClassName
{
border-color: #C06881;
}
</style>