Shades of Tapestry #C0717E
Tints of Tapestry #C0717E
RGB
CMYK
RGB Variations
Color information
#C0717E (or 0xC0717E) is known color: Tapestry. HEX triplet: C0, 71 and 7E. RGB value is (192,113,126). Sum of RGB (Red+Green+Blue) = 192+113+126=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717E is #3F8E81. Grayscale: #8A8A8A. Windows color (decimal): -4165250 or 8286656. OLE color: 8286656.
HSL color Cylindrical-coordinate representation of color #C0717E: hue angle of 350.13º degrees, saturation: 0.39, 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 #C0717E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 126 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.25 |
| HSL | 350.13º | 0.39% | 0.6% | - |
| HSV(B) | 350.13º | 0.41% | 0.75% | - |
| XYZ | 31.41 | 24.52 | 22.82 | - |
| YUV | 138.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 126 | 0 | 0.41 | 0.34 | 0.25 | 350.13 | 0.39 | 0.6 |
| Hex | C0 | 71 | 7E | 0 | 29 | 22 | 19 | 15E | 27 | 3C |
| Octal | 300 | 161 | 176 | 0 | 51 | 42 | 31 | 536 | 47 | 74 |
| Binary | 11000000 | 1110001 | 1111110 | 0 | 101001 | 100010 | 11001 | 101011110 | 100111 | 111100 |
Color Harmonies of #C0717E
Complementary color
Monochromatic Colors of #C0717E
Black with #C0717E
Text Example
Text Example
White with #C0717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0717E; }
p { color: rgb(192,113,126); }
H1.HeaderClassName
{
color: #C0717E;
}
.AnyTagClassName
{
color: #C0717E;
}
</style>
background-color css
<style>
a { background-color: #C0717E; }
a { background-color: rgb(192,113,126); }
div.DivClassName
{
background-color: #C0717E;
}
.BgClassName
{
background-color: #C0717E;
}
</style>
border-color css
<style>
span { border-color: #C0717E; }
span { border-color: rgb(192,113,126); }
td.TdClassName
{
border-color: #C0717E;
}
.TagClassName
{
border-color: #C0717E;
}
</style>