Shades of Tapestry #C05D7E
Tints of Tapestry #C05D7E
RGB
CMYK
RGB Variations
Color information
#C05D7E (or 0xC05D7E) is known color: Tapestry. HEX triplet: C0, 5D and 7E. RGB value is (192,93,126). Sum of RGB (Red+Green+Blue) = 192+93+126=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D7E is #3FA281. Grayscale: #7E7E7E. Windows color (decimal): -4170370 or 8281536. OLE color: 8281536.
HSL color Cylindrical-coordinate representation of color #C05D7E: hue angle of 340º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D7E is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 126 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.25 |
| HSL | 340º | 0.44% | 0.56% | - |
| HSV(B) | 340º | 0.52% | 0.75% | - |
| XYZ | 29.42 | 20.54 | 22.15 | - |
| YUV | 126.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 126 | 0 | 0.52 | 0.34 | 0.25 | 340 | 0.44 | 0.56 |
| Hex | C0 | 5D | 7E | 0 | 34 | 22 | 19 | 154 | 2C | 38 |
| Octal | 300 | 135 | 176 | 0 | 64 | 42 | 31 | 524 | 54 | 70 |
| Binary | 11000000 | 1011101 | 1111110 | 0 | 110100 | 100010 | 11001 | 101010100 | 101100 | 111000 |
Color Harmonies of #C05D7E
Complementary color
Monochromatic Colors of #C05D7E
Black with #C05D7E
Text Example
Text Example
White with #C05D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D7E; }
p { color: rgb(192,93,126); }
H1.HeaderClassName
{
color: #C05D7E;
}
.AnyTagClassName
{
color: #C05D7E;
}
</style>
background-color css
<style>
a { background-color: #C05D7E; }
a { background-color: rgb(192,93,126); }
div.DivClassName
{
background-color: #C05D7E;
}
.BgClassName
{
background-color: #C05D7E;
}
</style>
border-color css
<style>
span { border-color: #C05D7E; }
span { border-color: rgb(192,93,126); }
td.TdClassName
{
border-color: #C05D7E;
}
.TagClassName
{
border-color: #C05D7E;
}
</style>