Shades of Tapestry #C0737C
Tints of Tapestry #C0737C
RGB
CMYK
RGB Variations
Color information
#C0737C (or 0xC0737C) is known color: Tapestry. HEX triplet: C0, 73 and 7C. RGB value is (192,115,124). Sum of RGB (Red+Green+Blue) = 192+115+124=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0737C is #3F8C83. Grayscale: #8B8B8B. Windows color (decimal): -4164740 or 8156096. OLE color: 8156096.
HSL color Cylindrical-coordinate representation of color #C0737C: hue angle of 352.99º 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 #C0737C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 124 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.25 |
| HSL | 352.99º | 0.38% | 0.6% | - |
| HSV(B) | 352.99º | 0.4% | 0.75% | - |
| XYZ | 31.51 | 24.92 | 22.22 | - |
| YUV | 139.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 124 | 0 | 0.40 | 0.35 | 0.25 | 352.99 | 0.38 | 0.6 |
| Hex | C0 | 73 | 7C | 0 | 28 | 23 | 19 | 161 | 26 | 3C |
| Octal | 300 | 163 | 174 | 0 | 50 | 43 | 31 | 541 | 46 | 74 |
| Binary | 11000000 | 1110011 | 1111100 | 0 | 101000 | 100011 | 11001 | 101100001 | 100110 | 111100 |
Color Harmonies of #C0737C
Complementary color
Monochromatic Colors of #C0737C
Black with #C0737C
Text Example
Text Example
White with #C0737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0737C; }
p { color: rgb(192,115,124); }
H1.HeaderClassName
{
color: #C0737C;
}
.AnyTagClassName
{
color: #C0737C;
}
</style>
background-color css
<style>
a { background-color: #C0737C; }
a { background-color: rgb(192,115,124); }
div.DivClassName
{
background-color: #C0737C;
}
.BgClassName
{
background-color: #C0737C;
}
</style>
border-color css
<style>
span { border-color: #C0737C; }
span { border-color: rgb(192,115,124); }
td.TdClassName
{
border-color: #C0737C;
}
.TagClassName
{
border-color: #C0737C;
}
</style>