Shades of Tapestry #C07189
Tints of Tapestry #C07189
RGB
CMYK
RGB Variations
Color information
#C07189 (or 0xC07189) is known color: Tapestry. HEX triplet: C0, 71 and 89. RGB value is (192,113,137). Sum of RGB (Red+Green+Blue) = 192+113+137=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07189 is #3F8E76. Grayscale: #8B8B8B. Windows color (decimal): -4165239 or 9007552. OLE color: 9007552.
HSL color Cylindrical-coordinate representation of color #C07189: hue angle of 341.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07189 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 137 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.25 |
| HSL | 341.77º | 0.39% | 0.6% | - |
| HSV(B) | 341.77º | 0.41% | 0.75% | - |
| XYZ | 32.16 | 24.82 | 26.76 | - |
| YUV | 139.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 137 | 0 | 0.41 | 0.29 | 0.25 | 341.77 | 0.39 | 0.6 |
| Hex | C0 | 71 | 89 | 0 | 29 | 1D | 19 | 156 | 27 | 3C |
| Octal | 300 | 161 | 211 | 0 | 51 | 35 | 31 | 526 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10001001 | 0 | 101001 | 11101 | 11001 | 101010110 | 100111 | 111100 |
Color Harmonies of #C07189
Complementary color
Monochromatic Colors of #C07189
Black with #C07189
Text Example
Text Example
White with #C07189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07189; }
p { color: rgb(192,113,137); }
H1.HeaderClassName
{
color: #C07189;
}
.AnyTagClassName
{
color: #C07189;
}
</style>
background-color css
<style>
a { background-color: #C07189; }
a { background-color: rgb(192,113,137); }
div.DivClassName
{
background-color: #C07189;
}
.BgClassName
{
background-color: #C07189;
}
</style>
border-color css
<style>
span { border-color: #C07189; }
span { border-color: rgb(192,113,137); }
td.TdClassName
{
border-color: #C07189;
}
.TagClassName
{
border-color: #C07189;
}
</style>