Shades of Tapestry #C07080
Tints of Tapestry #C07080
RGB
CMYK
RGB Variations
Color information
#C07080 (or 0xC07080) is known color: Tapestry. HEX triplet: C0, 70 and 80. RGB value is (192,112,128). Sum of RGB (Red+Green+Blue) = 192+112+128=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C07080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07080 is #3F8F7F. Grayscale: #898989. Windows color (decimal): -4165504 or 8417472. OLE color: 8417472.
HSL color Cylindrical-coordinate representation of color #C07080: hue angle of 348º 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 #C07080 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 128 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.25 |
| HSL | 348º | 0.39% | 0.6% | - |
| HSV(B) | 348º | 0.42% | 0.75% | - |
| XYZ | 31.43 | 24.35 | 23.47 | - |
| YUV | 137.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 128 | 0 | 0.42 | 0.33 | 0.25 | 348 | 0.39 | 0.6 |
| Hex | C0 | 70 | 80 | 0 | 2A | 21 | 19 | 15C | 27 | 3C |
| Octal | 300 | 160 | 200 | 0 | 52 | 41 | 31 | 534 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10000000 | 0 | 101010 | 100001 | 11001 | 101011100 | 100111 | 111100 |
Color Harmonies of #C07080
Complementary color
Monochromatic Colors of #C07080
Black with #C07080
Text Example
Text Example
White with #C07080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07080; }
p { color: rgb(192,112,128); }
H1.HeaderClassName
{
color: #C07080;
}
.AnyTagClassName
{
color: #C07080;
}
</style>
background-color css
<style>
a { background-color: #C07080; }
a { background-color: rgb(192,112,128); }
div.DivClassName
{
background-color: #C07080;
}
.BgClassName
{
background-color: #C07080;
}
</style>
border-color css
<style>
span { border-color: #C07080; }
span { border-color: rgb(192,112,128); }
td.TdClassName
{
border-color: #C07080;
}
.TagClassName
{
border-color: #C07080;
}
</style>