Shades of Tapestry #C07486
Tints of Tapestry #C07486
RGB
CMYK
RGB Variations
Color information
#C07486 (or 0xC07486) is known color: Tapestry. HEX triplet: C0, 74 and 86. RGB value is (192,116,134). Sum of RGB (Red+Green+Blue) = 192+116+134=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07486 is #3F8B79. Grayscale: #8C8C8C. Windows color (decimal): -4164474 or 8811712. OLE color: 8811712.
HSL color Cylindrical-coordinate representation of color #C07486: hue angle of 345.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07486 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 134 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.25 |
| HSL | 345.79º | 0.38% | 0.6% | - |
| HSV(B) | 345.79º | 0.4% | 0.75% | - |
| XYZ | 32.29 | 25.42 | 25.76 | - |
| YUV | 140.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 134 | 0 | 0.40 | 0.30 | 0.25 | 345.79 | 0.38 | 0.6 |
| Hex | C0 | 74 | 86 | 0 | 28 | 1E | 19 | 15A | 26 | 3C |
| Octal | 300 | 164 | 206 | 0 | 50 | 36 | 31 | 532 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10000110 | 0 | 101000 | 11110 | 11001 | 101011010 | 100110 | 111100 |
Color Harmonies of #C07486
Complementary color
Monochromatic Colors of #C07486
Black with #C07486
Text Example
Text Example
White with #C07486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07486; }
p { color: rgb(192,116,134); }
H1.HeaderClassName
{
color: #C07486;
}
.AnyTagClassName
{
color: #C07486;
}
</style>
background-color css
<style>
a { background-color: #C07486; }
a { background-color: rgb(192,116,134); }
div.DivClassName
{
background-color: #C07486;
}
.BgClassName
{
background-color: #C07486;
}
</style>
border-color css
<style>
span { border-color: #C07486; }
span { border-color: rgb(192,116,134); }
td.TdClassName
{
border-color: #C07486;
}
.TagClassName
{
border-color: #C07486;
}
</style>