Shades of Tapestry #C06D82
Tints of Tapestry #C06D82
RGB
CMYK
RGB Variations
Color information
#C06D82 (or 0xC06D82) is known color: Tapestry. HEX triplet: C0, 6D and 82. RGB value is (192,109,130). Sum of RGB (Red+Green+Blue) = 192+109+130=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D82 is #3F927D. Grayscale: #888888. Windows color (decimal): -4166270 or 8547776. OLE color: 8547776.
HSL color Cylindrical-coordinate representation of color #C06D82: hue angle of 344.82º 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 #C06D82 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 130 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.25 |
| HSL | 344.82º | 0.4% | 0.59% | - |
| HSV(B) | 344.82º | 0.43% | 0.75% | - |
| XYZ | 31.24 | 23.76 | 24.06 | - |
| YUV | 136.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 130 | 0 | 0.43 | 0.32 | 0.25 | 344.82 | 0.4 | 0.59 |
| Hex | C0 | 6D | 82 | 0 | 2B | 20 | 19 | 159 | 28 | 3B |
| Octal | 300 | 155 | 202 | 0 | 53 | 40 | 31 | 531 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10000010 | 0 | 101011 | 100000 | 11001 | 101011001 | 101000 | 111011 |
Color Harmonies of #C06D82
Complementary color
Monochromatic Colors of #C06D82
Black with #C06D82
Text Example
Text Example
White with #C06D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D82; }
p { color: rgb(192,109,130); }
H1.HeaderClassName
{
color: #C06D82;
}
.AnyTagClassName
{
color: #C06D82;
}
</style>
background-color css
<style>
a { background-color: #C06D82; }
a { background-color: rgb(192,109,130); }
div.DivClassName
{
background-color: #C06D82;
}
.BgClassName
{
background-color: #C06D82;
}
</style>
border-color css
<style>
span { border-color: #C06D82; }
span { border-color: rgb(192,109,130); }
td.TdClassName
{
border-color: #C06D82;
}
.TagClassName
{
border-color: #C06D82;
}
</style>