Shades of Tapestry #C0727D
Tints of Tapestry #C0727D
RGB
CMYK
RGB Variations
Color information
#C0727D (or 0xC0727D) is known color: Tapestry. HEX triplet: C0, 72 and 7D. RGB value is (192,114,125). Sum of RGB (Red+Green+Blue) = 192+114+125=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727D is #3F8D82. Grayscale: #8A8A8A. Windows color (decimal): -4164995 or 8221376. OLE color: 8221376.
HSL color Cylindrical-coordinate representation of color #C0727D: hue angle of 351.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 #C0727D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 125 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.25 |
| HSL | 351.54º | 0.38% | 0.6% | - |
| HSV(B) | 351.54º | 0.41% | 0.75% | - |
| XYZ | 31.46 | 24.72 | 22.52 | - |
| YUV | 138.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 125 | 0 | 0.41 | 0.35 | 0.25 | 351.54 | 0.38 | 0.6 |
| Hex | C0 | 72 | 7D | 0 | 29 | 23 | 19 | 160 | 26 | 3C |
| Octal | 300 | 162 | 175 | 0 | 51 | 43 | 31 | 540 | 46 | 74 |
| Binary | 11000000 | 1110010 | 1111101 | 0 | 101001 | 100011 | 11001 | 101100000 | 100110 | 111100 |
Color Harmonies of #C0727D
Complementary color
Monochromatic Colors of #C0727D
Black with #C0727D
Text Example
Text Example
White with #C0727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0727D; }
p { color: rgb(192,114,125); }
H1.HeaderClassName
{
color: #C0727D;
}
.AnyTagClassName
{
color: #C0727D;
}
</style>
background-color css
<style>
a { background-color: #C0727D; }
a { background-color: rgb(192,114,125); }
div.DivClassName
{
background-color: #C0727D;
}
.BgClassName
{
background-color: #C0727D;
}
</style>
border-color css
<style>
span { border-color: #C0727D; }
span { border-color: rgb(192,114,125); }
td.TdClassName
{
border-color: #C0727D;
}
.TagClassName
{
border-color: #C0727D;
}
</style>