Shades of Tapestry #C0757C
Tints of Tapestry #C0757C
RGB
CMYK
RGB Variations
Color information
#C0757C (or 0xC0757C) is known color: Tapestry. HEX triplet: C0, 75 and 7C. RGB value is (192,117,124). Sum of RGB (Red+Green+Blue) = 192+117+124=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757C is #3F8A83. Grayscale: #8C8C8C. Windows color (decimal): -4164228 or 8156608. OLE color: 8156608.
HSL color Cylindrical-coordinate representation of color #C0757C: hue angle of 354.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0757C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 124 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.25 |
| HSL | 354.4º | 0.37% | 0.61% | - |
| HSV(B) | 354.4º | 0.39% | 0.75% | - |
| XYZ | 31.74 | 25.38 | 22.3 | - |
| YUV | 140.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 124 | 0 | 0.39 | 0.35 | 0.25 | 354.4 | 0.37 | 0.61 |
| Hex | C0 | 75 | 7C | 0 | 27 | 23 | 19 | 162 | 25 | 3D |
| Octal | 300 | 165 | 174 | 0 | 47 | 43 | 31 | 542 | 45 | 75 |
| Binary | 11000000 | 1110101 | 1111100 | 0 | 100111 | 100011 | 11001 | 101100010 | 100101 | 111101 |
Color Harmonies of #C0757C
Complementary color
Monochromatic Colors of #C0757C
Black with #C0757C
Text Example
Text Example
White with #C0757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0757C; }
p { color: rgb(192,117,124); }
H1.HeaderClassName
{
color: #C0757C;
}
.AnyTagClassName
{
color: #C0757C;
}
</style>
background-color css
<style>
a { background-color: #C0757C; }
a { background-color: rgb(192,117,124); }
div.DivClassName
{
background-color: #C0757C;
}
.BgClassName
{
background-color: #C0757C;
}
</style>
border-color css
<style>
span { border-color: #C0757C; }
span { border-color: rgb(192,117,124); }
td.TdClassName
{
border-color: #C0757C;
}
.TagClassName
{
border-color: #C0757C;
}
</style>