Shades of Tapestry #C06E7E
Tints of Tapestry #C06E7E
RGB
CMYK
RGB Variations
Color information
#C06E7E (or 0xC06E7E) is known color: Tapestry. HEX triplet: C0, 6E and 7E. RGB value is (192,110,126). Sum of RGB (Red+Green+Blue) = 192+110+126=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7E is #3F9181. Grayscale: #888888. Windows color (decimal): -4166018 or 8285888. OLE color: 8285888.
HSL color Cylindrical-coordinate representation of color #C06E7E: hue angle of 348.29º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E7E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 126 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.25 |
| HSL | 348.29º | 0.39% | 0.59% | - |
| HSV(B) | 348.29º | 0.43% | 0.75% | - |
| XYZ | 31.08 | 23.86 | 22.71 | - |
| YUV | 136.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 126 | 0 | 0.43 | 0.34 | 0.25 | 348.29 | 0.39 | 0.59 |
| Hex | C0 | 6E | 7E | 0 | 2B | 22 | 19 | 15C | 27 | 3B |
| Octal | 300 | 156 | 176 | 0 | 53 | 42 | 31 | 534 | 47 | 73 |
| Binary | 11000000 | 1101110 | 1111110 | 0 | 101011 | 100010 | 11001 | 101011100 | 100111 | 111011 |
Color Harmonies of #C06E7E
Complementary color
Monochromatic Colors of #C06E7E
Black with #C06E7E
Text Example
Text Example
White with #C06E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E7E; }
p { color: rgb(192,110,126); }
H1.HeaderClassName
{
color: #C06E7E;
}
.AnyTagClassName
{
color: #C06E7E;
}
</style>
background-color css
<style>
a { background-color: #C06E7E; }
a { background-color: rgb(192,110,126); }
div.DivClassName
{
background-color: #C06E7E;
}
.BgClassName
{
background-color: #C06E7E;
}
</style>
border-color css
<style>
span { border-color: #C06E7E; }
span { border-color: rgb(192,110,126); }
td.TdClassName
{
border-color: #C06E7E;
}
.TagClassName
{
border-color: #C06E7E;
}
</style>