Shades of Tapestry #C07089
Tints of Tapestry #C07089
RGB
CMYK
RGB Variations
Color information
#C07089 (or 0xC07089) is known color: Tapestry. HEX triplet: C0, 70 and 89. RGB value is (192,112,137). Sum of RGB (Red+Green+Blue) = 192+112+137=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07089 is #3F8F76. Grayscale: #8A8A8A. Windows color (decimal): -4165495 or 9007296. OLE color: 9007296.
HSL color Cylindrical-coordinate representation of color #C07089: hue angle of 341.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07089 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 137 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.25 |
| HSL | 341.25º | 0.39% | 0.6% | - |
| HSV(B) | 341.25º | 0.42% | 0.75% | - |
| XYZ | 32.05 | 24.6 | 26.73 | - |
| YUV | 138.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 137 | 0 | 0.42 | 0.29 | 0.25 | 341.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | 89 | 0 | 2A | 1D | 19 | 155 | 27 | 3C |
| Octal | 300 | 160 | 211 | 0 | 52 | 35 | 31 | 525 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10001001 | 0 | 101010 | 11101 | 11001 | 101010101 | 100111 | 111100 |
Color Harmonies of #C07089
Complementary color
Monochromatic Colors of #C07089
Black with #C07089
Text Example
Text Example
White with #C07089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07089; }
p { color: rgb(192,112,137); }
H1.HeaderClassName
{
color: #C07089;
}
.AnyTagClassName
{
color: #C07089;
}
</style>
background-color css
<style>
a { background-color: #C07089; }
a { background-color: rgb(192,112,137); }
div.DivClassName
{
background-color: #C07089;
}
.BgClassName
{
background-color: #C07089;
}
</style>
border-color css
<style>
span { border-color: #C07089; }
span { border-color: rgb(192,112,137); }
td.TdClassName
{
border-color: #C07089;
}
.TagClassName
{
border-color: #C07089;
}
</style>