Shades of Tapestry #C07785
Tints of Tapestry #C07785
RGB
CMYK
RGB Variations
Color information
#C07785 (or 0xC07785) is known color: Tapestry. HEX triplet: C0, 77 and 85. RGB value is (192,119,133). Sum of RGB (Red+Green+Blue) = 192+119+133=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07785 is #3F887A. Grayscale: #8E8E8E. Windows color (decimal): -4163707 or 8746944. OLE color: 8746944.
HSL color Cylindrical-coordinate representation of color #C07785: hue angle of 348.49º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07785 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 133 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.25 |
| HSL | 348.49º | 0.37% | 0.61% | - |
| HSV(B) | 348.49º | 0.38% | 0.75% | - |
| XYZ | 32.57 | 26.09 | 25.51 | - |
| YUV | 142.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 133 | 0 | 0.38 | 0.31 | 0.25 | 348.49 | 0.37 | 0.61 |
| Hex | C0 | 77 | 85 | 0 | 26 | 1F | 19 | 15C | 25 | 3D |
| Octal | 300 | 167 | 205 | 0 | 46 | 37 | 31 | 534 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10000101 | 0 | 100110 | 11111 | 11001 | 101011100 | 100101 | 111101 |
Color Harmonies of #C07785
Complementary color
Monochromatic Colors of #C07785
Black with #C07785
Text Example
Text Example
White with #C07785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07785; }
p { color: rgb(192,119,133); }
H1.HeaderClassName
{
color: #C07785;
}
.AnyTagClassName
{
color: #C07785;
}
</style>
background-color css
<style>
a { background-color: #C07785; }
a { background-color: rgb(192,119,133); }
div.DivClassName
{
background-color: #C07785;
}
.BgClassName
{
background-color: #C07785;
}
</style>
border-color css
<style>
span { border-color: #C07785; }
span { border-color: rgb(192,119,133); }
td.TdClassName
{
border-color: #C07785;
}
.TagClassName
{
border-color: #C07785;
}
</style>