Shades of Tapestry #C0728B
Tints of Tapestry #C0728B
RGB
CMYK
RGB Variations
Color information
#C0728B (or 0xC0728B) is known color: Tapestry. HEX triplet: C0, 72 and 8B. RGB value is (192,114,139). Sum of RGB (Red+Green+Blue) = 192+114+139=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0728B is #3F8D74. Grayscale: #8C8C8C. Windows color (decimal): -4164981 or 9138880. OLE color: 9138880.
HSL color Cylindrical-coordinate representation of color #C0728B: hue angle of 340.77º 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 #C0728B is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 139 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.25 |
| HSL | 340.77º | 0.38% | 0.6% | - |
| HSV(B) | 340.77º | 0.41% | 0.75% | - |
| XYZ | 32.42 | 25.11 | 27.56 | - |
| YUV | 140.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 139 | 0 | 0.41 | 0.28 | 0.25 | 340.77 | 0.38 | 0.6 |
| Hex | C0 | 72 | 8B | 0 | 29 | 1C | 19 | 155 | 26 | 3C |
| Octal | 300 | 162 | 213 | 0 | 51 | 34 | 31 | 525 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10001011 | 0 | 101001 | 11100 | 11001 | 101010101 | 100110 | 111100 |
Color Harmonies of #C0728B
Complementary color
Monochromatic Colors of #C0728B
Black with #C0728B
Text Example
Text Example
White with #C0728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0728B; }
p { color: rgb(192,114,139); }
H1.HeaderClassName
{
color: #C0728B;
}
.AnyTagClassName
{
color: #C0728B;
}
</style>
background-color css
<style>
a { background-color: #C0728B; }
a { background-color: rgb(192,114,139); }
div.DivClassName
{
background-color: #C0728B;
}
.BgClassName
{
background-color: #C0728B;
}
</style>
border-color css
<style>
span { border-color: #C0728B; }
span { border-color: rgb(192,114,139); }
td.TdClassName
{
border-color: #C0728B;
}
.TagClassName
{
border-color: #C0728B;
}
</style>