Shades of Tapestry #C06D7E
Tints of Tapestry #C06D7E
RGB
CMYK
RGB Variations
Color information
#C06D7E (or 0xC06D7E) is known color: Tapestry. HEX triplet: C0, 6D and 7E. RGB value is (192,109,126). Sum of RGB (Red+Green+Blue) = 192+109+126=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D7E is #3F9281. Grayscale: #878787. Windows color (decimal): -4166274 or 8285632. OLE color: 8285632.
HSL color Cylindrical-coordinate representation of color #C06D7E: hue angle of 347.71º degrees, saturation: 0.4, 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 #C06D7E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 126 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.25 |
| HSL | 347.71º | 0.4% | 0.59% | - |
| HSV(B) | 347.71º | 0.43% | 0.75% | - |
| XYZ | 30.97 | 23.65 | 22.67 | - |
| YUV | 135.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 126 | 0 | 0.43 | 0.34 | 0.25 | 347.71 | 0.4 | 0.59 |
| Hex | C0 | 6D | 7E | 0 | 2B | 22 | 19 | 15C | 28 | 3B |
| Octal | 300 | 155 | 176 | 0 | 53 | 42 | 31 | 534 | 50 | 73 |
| Binary | 11000000 | 1101101 | 1111110 | 0 | 101011 | 100010 | 11001 | 101011100 | 101000 | 111011 |
Color Harmonies of #C06D7E
Complementary color
Monochromatic Colors of #C06D7E
Black with #C06D7E
Text Example
Text Example
White with #C06D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D7E; }
p { color: rgb(192,109,126); }
H1.HeaderClassName
{
color: #C06D7E;
}
.AnyTagClassName
{
color: #C06D7E;
}
</style>
background-color css
<style>
a { background-color: #C06D7E; }
a { background-color: rgb(192,109,126); }
div.DivClassName
{
background-color: #C06D7E;
}
.BgClassName
{
background-color: #C06D7E;
}
</style>
border-color css
<style>
span { border-color: #C06D7E; }
span { border-color: rgb(192,109,126); }
td.TdClassName
{
border-color: #C06D7E;
}
.TagClassName
{
border-color: #C06D7E;
}
</style>