Shades of Tapestry #C07787
Tints of Tapestry #C07787
RGB
CMYK
RGB Variations
Color information
#C07787 (or 0xC07787) is known color: Tapestry. HEX triplet: C0, 77 and 87. RGB value is (192,119,135). Sum of RGB (Red+Green+Blue) = 192+119+135=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C07787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07787 is #3F8878. Grayscale: #8E8E8E. Windows color (decimal): -4163705 or 8878016. OLE color: 8878016.
HSL color Cylindrical-coordinate representation of color #C07787: hue angle of 346.85º 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 #C07787 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 135 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.25 |
| HSL | 346.85º | 0.37% | 0.61% | - |
| HSV(B) | 346.85º | 0.38% | 0.75% | - |
| XYZ | 32.71 | 26.15 | 26.25 | - |
| YUV | 142.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 135 | 0 | 0.38 | 0.30 | 0.25 | 346.85 | 0.37 | 0.61 |
| Hex | C0 | 77 | 87 | 0 | 26 | 1E | 19 | 15B | 25 | 3D |
| Octal | 300 | 167 | 207 | 0 | 46 | 36 | 31 | 533 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10000111 | 0 | 100110 | 11110 | 11001 | 101011011 | 100101 | 111101 |
Color Harmonies of #C07787
Complementary color
Monochromatic Colors of #C07787
Black with #C07787
Text Example
Text Example
White with #C07787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07787; }
p { color: rgb(192,119,135); }
H1.HeaderClassName
{
color: #C07787;
}
.AnyTagClassName
{
color: #C07787;
}
</style>
background-color css
<style>
a { background-color: #C07787; }
a { background-color: rgb(192,119,135); }
div.DivClassName
{
background-color: #C07787;
}
.BgClassName
{
background-color: #C07787;
}
</style>
border-color css
<style>
span { border-color: #C07787; }
span { border-color: rgb(192,119,135); }
td.TdClassName
{
border-color: #C07787;
}
.TagClassName
{
border-color: #C07787;
}
</style>