Shades of Tapestry #C05E7F
Tints of Tapestry #C05E7F
RGB
CMYK
RGB Variations
Color information
#C05E7F (or 0xC05E7F) is known color: Tapestry. HEX triplet: C0, 5E and 7F. RGB value is (192,94,127). Sum of RGB (Red+Green+Blue) = 192+94+127=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E7F is #3FA180. Grayscale: #7F7F7F. Windows color (decimal): -4170113 or 8347328. OLE color: 8347328.
HSL color Cylindrical-coordinate representation of color #C05E7F: hue angle of 339.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E7F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 127 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.25 |
| HSL | 339.8º | 0.44% | 0.56% | - |
| HSV(B) | 339.8º | 0.51% | 0.75% | - |
| XYZ | 29.57 | 20.74 | 22.52 | - |
| YUV | 127.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 127 | 0 | 0.51 | 0.34 | 0.25 | 339.8 | 0.44 | 0.56 |
| Hex | C0 | 5E | 7F | 0 | 33 | 22 | 19 | 154 | 2C | 38 |
| Octal | 300 | 136 | 177 | 0 | 63 | 42 | 31 | 524 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1111111 | 0 | 110011 | 100010 | 11001 | 101010100 | 101100 | 111000 |
Color Harmonies of #C05E7F
Complementary color
Monochromatic Colors of #C05E7F
Black with #C05E7F
Text Example
Text Example
White with #C05E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E7F; }
p { color: rgb(192,94,127); }
H1.HeaderClassName
{
color: #C05E7F;
}
.AnyTagClassName
{
color: #C05E7F;
}
</style>
background-color css
<style>
a { background-color: #C05E7F; }
a { background-color: rgb(192,94,127); }
div.DivClassName
{
background-color: #C05E7F;
}
.BgClassName
{
background-color: #C05E7F;
}
</style>
border-color css
<style>
span { border-color: #C05E7F; }
span { border-color: rgb(192,94,127); }
td.TdClassName
{
border-color: #C05E7F;
}
.TagClassName
{
border-color: #C05E7F;
}
</style>