Shades of Tapestry #C07282
Tints of Tapestry #C07282
RGB
CMYK
RGB Variations
Color information
#C07282 (or 0xC07282) is known color: Tapestry. HEX triplet: C0, 72 and 82. RGB value is (192,114,130). Sum of RGB (Red+Green+Blue) = 192+114+130=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07282 is #3F8D7D. Grayscale: #8B8B8B. Windows color (decimal): -4164990 or 8549056. OLE color: 8549056.
HSL color Cylindrical-coordinate representation of color #C07282: hue angle of 347.69º degrees, saturation: 0.38, 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 #C07282 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 130 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.25 |
| HSL | 347.69º | 0.38% | 0.6% | - |
| HSV(B) | 347.69º | 0.41% | 0.75% | - |
| XYZ | 31.78 | 24.85 | 24.24 | - |
| YUV | 139.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 130 | 0 | 0.41 | 0.32 | 0.25 | 347.69 | 0.38 | 0.6 |
| Hex | C0 | 72 | 82 | 0 | 29 | 20 | 19 | 15C | 26 | 3C |
| Octal | 300 | 162 | 202 | 0 | 51 | 40 | 31 | 534 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10000010 | 0 | 101001 | 100000 | 11001 | 101011100 | 100110 | 111100 |
Color Harmonies of #C07282
Complementary color
Monochromatic Colors of #C07282
Black with #C07282
Text Example
Text Example
White with #C07282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07282; }
p { color: rgb(192,114,130); }
H1.HeaderClassName
{
color: #C07282;
}
.AnyTagClassName
{
color: #C07282;
}
</style>
background-color css
<style>
a { background-color: #C07282; }
a { background-color: rgb(192,114,130); }
div.DivClassName
{
background-color: #C07282;
}
.BgClassName
{
background-color: #C07282;
}
</style>
border-color css
<style>
span { border-color: #C07282; }
span { border-color: rgb(192,114,130); }
td.TdClassName
{
border-color: #C07282;
}
.TagClassName
{
border-color: #C07282;
}
</style>