Shades of Tapestry #C07789
Tints of Tapestry #C07789
RGB
CMYK
RGB Variations
Color information
#C07789 (or 0xC07789) is known color: Tapestry. HEX triplet: C0, 77 and 89. RGB value is (192,119,137). Sum of RGB (Red+Green+Blue) = 192+119+137=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C07789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07789 is #3F8876. Grayscale: #8E8E8E. Windows color (decimal): -4163703 or 9009088. OLE color: 9009088.
HSL color Cylindrical-coordinate representation of color #C07789: hue angle of 345.21º 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 #C07789 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 137 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.25 |
| HSL | 345.21º | 0.37% | 0.61% | - |
| HSV(B) | 345.21º | 0.38% | 0.75% | - |
| XYZ | 32.85 | 26.21 | 26.99 | - |
| YUV | 142.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 137 | 0 | 0.38 | 0.29 | 0.25 | 345.21 | 0.37 | 0.61 |
| Hex | C0 | 77 | 89 | 0 | 26 | 1D | 19 | 159 | 25 | 3D |
| Octal | 300 | 167 | 211 | 0 | 46 | 35 | 31 | 531 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10001001 | 0 | 100110 | 11101 | 11001 | 101011001 | 100101 | 111101 |
Color Harmonies of #C07789
Complementary color
Monochromatic Colors of #C07789
Black with #C07789
Text Example
Text Example
White with #C07789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07789; }
p { color: rgb(192,119,137); }
H1.HeaderClassName
{
color: #C07789;
}
.AnyTagClassName
{
color: #C07789;
}
</style>
background-color css
<style>
a { background-color: #C07789; }
a { background-color: rgb(192,119,137); }
div.DivClassName
{
background-color: #C07789;
}
.BgClassName
{
background-color: #C07789;
}
</style>
border-color css
<style>
span { border-color: #C07789; }
span { border-color: rgb(192,119,137); }
td.TdClassName
{
border-color: #C07789;
}
.TagClassName
{
border-color: #C07789;
}
</style>