Shades of Tapestry #C07489
Tints of Tapestry #C07489
RGB
CMYK
RGB Variations
Color information
#C07489 (or 0xC07489) is known color: Tapestry. HEX triplet: C0, 74 and 89. RGB value is (192,116,137). Sum of RGB (Red+Green+Blue) = 192+116+137=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07489 is #3F8B76. Grayscale: #8D8D8D. Windows color (decimal): -4164471 or 9008320. OLE color: 9008320.
HSL color Cylindrical-coordinate representation of color #C07489: hue angle of 343.42º 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 #C07489 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 137 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.25 |
| HSL | 343.42º | 0.38% | 0.6% | - |
| HSV(B) | 343.42º | 0.4% | 0.75% | - |
| XYZ | 32.5 | 25.5 | 26.88 | - |
| YUV | 141.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 137 | 0 | 0.40 | 0.29 | 0.25 | 343.42 | 0.38 | 0.6 |
| Hex | C0 | 74 | 89 | 0 | 28 | 1D | 19 | 157 | 26 | 3C |
| Octal | 300 | 164 | 211 | 0 | 50 | 35 | 31 | 527 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10001001 | 0 | 101000 | 11101 | 11001 | 101010111 | 100110 | 111100 |
Color Harmonies of #C07489
Complementary color
Monochromatic Colors of #C07489
Black with #C07489
Text Example
Text Example
White with #C07489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07489; }
p { color: rgb(192,116,137); }
H1.HeaderClassName
{
color: #C07489;
}
.AnyTagClassName
{
color: #C07489;
}
</style>
background-color css
<style>
a { background-color: #C07489; }
a { background-color: rgb(192,116,137); }
div.DivClassName
{
background-color: #C07489;
}
.BgClassName
{
background-color: #C07489;
}
</style>
border-color css
<style>
span { border-color: #C07489; }
span { border-color: rgb(192,116,137); }
td.TdClassName
{
border-color: #C07489;
}
.TagClassName
{
border-color: #C07489;
}
</style>