Shades of Tapestry #C07685
Tints of Tapestry #C07685
RGB
CMYK
RGB Variations
Color information
#C07685 (or 0xC07685) is known color: Tapestry. HEX triplet: C0, 76 and 85. RGB value is (192,118,133). Sum of RGB (Red+Green+Blue) = 192+118+133=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07685 is #3F897A. Grayscale: #8D8D8D. Windows color (decimal): -4163963 or 8746688. OLE color: 8746688.
HSL color Cylindrical-coordinate representation of color #C07685: hue angle of 347.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07685 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 133 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.25 |
| HSL | 347.84º | 0.37% | 0.61% | - |
| HSV(B) | 347.84º | 0.39% | 0.75% | - |
| XYZ | 32.45 | 25.86 | 25.47 | - |
| YUV | 141.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 133 | 0 | 0.39 | 0.31 | 0.25 | 347.84 | 0.37 | 0.61 |
| Hex | C0 | 76 | 85 | 0 | 27 | 1F | 19 | 15C | 25 | 3D |
| Octal | 300 | 166 | 205 | 0 | 47 | 37 | 31 | 534 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10000101 | 0 | 100111 | 11111 | 11001 | 101011100 | 100101 | 111101 |
Color Harmonies of #C07685
Complementary color
Monochromatic Colors of #C07685
Black with #C07685
Text Example
Text Example
White with #C07685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07685; }
p { color: rgb(192,118,133); }
H1.HeaderClassName
{
color: #C07685;
}
.AnyTagClassName
{
color: #C07685;
}
</style>
background-color css
<style>
a { background-color: #C07685; }
a { background-color: rgb(192,118,133); }
div.DivClassName
{
background-color: #C07685;
}
.BgClassName
{
background-color: #C07685;
}
</style>
border-color css
<style>
span { border-color: #C07685; }
span { border-color: rgb(192,118,133); }
td.TdClassName
{
border-color: #C07685;
}
.TagClassName
{
border-color: #C07685;
}
</style>