Shades of Tapestry #C06F87
Tints of Tapestry #C06F87
RGB
CMYK
RGB Variations
Color information
#C06F87 (or 0xC06F87) is known color: Tapestry. HEX triplet: C0, 6F and 87. RGB value is (192,111,135). Sum of RGB (Red+Green+Blue) = 192+111+135=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F87 is #3F9078. Grayscale: #898989. Windows color (decimal): -4165753 or 8875968. OLE color: 8875968.
HSL color Cylindrical-coordinate representation of color #C06F87: hue angle of 342.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F87 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 135 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.25 |
| HSL | 342.22º | 0.39% | 0.59% | - |
| HSV(B) | 342.22º | 0.42% | 0.75% | - |
| XYZ | 31.8 | 24.32 | 25.94 | - |
| YUV | 137.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 135 | 0 | 0.42 | 0.30 | 0.25 | 342.22 | 0.39 | 0.59 |
| Hex | C0 | 6F | 87 | 0 | 2A | 1E | 19 | 156 | 27 | 3B |
| Octal | 300 | 157 | 207 | 0 | 52 | 36 | 31 | 526 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10000111 | 0 | 101010 | 11110 | 11001 | 101010110 | 100111 | 111011 |
Color Harmonies of #C06F87
Complementary color
Monochromatic Colors of #C06F87
Black with #C06F87
Text Example
Text Example
White with #C06F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F87; }
p { color: rgb(192,111,135); }
H1.HeaderClassName
{
color: #C06F87;
}
.AnyTagClassName
{
color: #C06F87;
}
</style>
background-color css
<style>
a { background-color: #C06F87; }
a { background-color: rgb(192,111,135); }
div.DivClassName
{
background-color: #C06F87;
}
.BgClassName
{
background-color: #C06F87;
}
</style>
border-color css
<style>
span { border-color: #C06F87; }
span { border-color: rgb(192,111,135); }
td.TdClassName
{
border-color: #C06F87;
}
.TagClassName
{
border-color: #C06F87;
}
</style>