Shades of Tapestry #C07179
Tints of Tapestry #C07179
RGB
CMYK
RGB Variations
Color information
#C07179 (or 0xC07179) is known color: Tapestry. HEX triplet: C0, 71 and 79. RGB value is (192,113,121). Sum of RGB (Red+Green+Blue) = 192+113+121=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07179 is #3F8E86. Grayscale: #898989. Windows color (decimal): -4165255 or 7958976. OLE color: 7958976.
HSL color Cylindrical-coordinate representation of color #C07179: hue angle of 353.92º 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 #C07179 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 121 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.25 |
| HSL | 353.92º | 0.39% | 0.6% | - |
| HSV(B) | 353.92º | 0.41% | 0.75% | - |
| XYZ | 31.09 | 24.4 | 21.16 | - |
| YUV | 137.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 121 | 0 | 0.41 | 0.37 | 0.25 | 353.92 | 0.39 | 0.6 |
| Hex | C0 | 71 | 79 | 0 | 29 | 25 | 19 | 162 | 27 | 3C |
| Octal | 300 | 161 | 171 | 0 | 51 | 45 | 31 | 542 | 47 | 74 |
| Binary | 11000000 | 1110001 | 1111001 | 0 | 101001 | 100101 | 11001 | 101100010 | 100111 | 111100 |
Color Harmonies of #C07179
Complementary color
Monochromatic Colors of #C07179
Black with #C07179
Text Example
Text Example
White with #C07179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07179; }
p { color: rgb(192,113,121); }
H1.HeaderClassName
{
color: #C07179;
}
.AnyTagClassName
{
color: #C07179;
}
</style>
background-color css
<style>
a { background-color: #C07179; }
a { background-color: rgb(192,113,121); }
div.DivClassName
{
background-color: #C07179;
}
.BgClassName
{
background-color: #C07179;
}
</style>
border-color css
<style>
span { border-color: #C07179; }
span { border-color: rgb(192,113,121); }
td.TdClassName
{
border-color: #C07179;
}
.TagClassName
{
border-color: #C07179;
}
</style>