Shades of Tapestry #C07480
Tints of Tapestry #C07480
RGB
CMYK
RGB Variations
Color information
#C07480 (or 0xC07480) is known color: Tapestry. HEX triplet: C0, 74 and 80. RGB value is (192,116,128). Sum of RGB (Red+Green+Blue) = 192+116+128=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07480 is #3F8B7F. Grayscale: #8C8C8C. Windows color (decimal): -4164480 or 8418496. OLE color: 8418496.
HSL color Cylindrical-coordinate representation of color #C07480: hue angle of 350.53º 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 #C07480 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 128 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.25 |
| HSL | 350.53º | 0.38% | 0.6% | - |
| HSV(B) | 350.53º | 0.4% | 0.75% | - |
| XYZ | 31.88 | 25.26 | 23.62 | - |
| YUV | 140.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 128 | 0 | 0.40 | 0.33 | 0.25 | 350.53 | 0.38 | 0.6 |
| Hex | C0 | 74 | 80 | 0 | 28 | 21 | 19 | 15F | 26 | 3C |
| Octal | 300 | 164 | 200 | 0 | 50 | 41 | 31 | 537 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10000000 | 0 | 101000 | 100001 | 11001 | 101011111 | 100110 | 111100 |
Color Harmonies of #C07480
Complementary color
Monochromatic Colors of #C07480
Black with #C07480
Text Example
Text Example
White with #C07480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07480; }
p { color: rgb(192,116,128); }
H1.HeaderClassName
{
color: #C07480;
}
.AnyTagClassName
{
color: #C07480;
}
</style>
background-color css
<style>
a { background-color: #C07480; }
a { background-color: rgb(192,116,128); }
div.DivClassName
{
background-color: #C07480;
}
.BgClassName
{
background-color: #C07480;
}
</style>
border-color css
<style>
span { border-color: #C07480; }
span { border-color: rgb(192,116,128); }
td.TdClassName
{
border-color: #C07480;
}
.TagClassName
{
border-color: #C07480;
}
</style>