Shades of Tapestry #C0728A
Tints of Tapestry #C0728A
RGB
CMYK
RGB Variations
Color information
#C0728A (or 0xC0728A) is known color: Tapestry. HEX triplet: C0, 72 and 8A. RGB value is (192,114,138). Sum of RGB (Red+Green+Blue) = 192+114+138=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0728A is #3F8D75. Grayscale: #8C8C8C. Windows color (decimal): -4164982 or 9073344. OLE color: 9073344.
HSL color Cylindrical-coordinate representation of color #C0728A: hue angle of 341.54º 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 #C0728A is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 138 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.25 |
| HSL | 341.54º | 0.38% | 0.6% | - |
| HSV(B) | 341.54º | 0.41% | 0.75% | - |
| XYZ | 32.34 | 25.08 | 27.18 | - |
| YUV | 140.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 138 | 0 | 0.41 | 0.28 | 0.25 | 341.54 | 0.38 | 0.6 |
| Hex | C0 | 72 | 8A | 0 | 29 | 1C | 19 | 156 | 26 | 3C |
| Octal | 300 | 162 | 212 | 0 | 51 | 34 | 31 | 526 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10001010 | 0 | 101001 | 11100 | 11001 | 101010110 | 100110 | 111100 |
Color Harmonies of #C0728A
Complementary color
Monochromatic Colors of #C0728A
Black with #C0728A
Text Example
Text Example
White with #C0728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0728A; }
p { color: rgb(192,114,138); }
H1.HeaderClassName
{
color: #C0728A;
}
.AnyTagClassName
{
color: #C0728A;
}
</style>
background-color css
<style>
a { background-color: #C0728A; }
a { background-color: rgb(192,114,138); }
div.DivClassName
{
background-color: #C0728A;
}
.BgClassName
{
background-color: #C0728A;
}
</style>
border-color css
<style>
span { border-color: #C0728A; }
span { border-color: rgb(192,114,138); }
td.TdClassName
{
border-color: #C0728A;
}
.TagClassName
{
border-color: #C0728A;
}
</style>