Shades of Tapestry #C06D84
Tints of Tapestry #C06D84
RGB
CMYK
RGB Variations
Color information
#C06D84 (or 0xC06D84) is known color: Tapestry. HEX triplet: C0, 6D and 84. RGB value is (192,109,132). Sum of RGB (Red+Green+Blue) = 192+109+132=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D84 is #3F927B. Grayscale: #888888. Windows color (decimal): -4166268 or 8678848. OLE color: 8678848.
HSL color Cylindrical-coordinate representation of color #C06D84: hue angle of 343.37º 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 #C06D84 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 132 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.25 |
| HSL | 343.37º | 0.4% | 0.59% | - |
| HSV(B) | 343.37º | 0.43% | 0.75% | - |
| XYZ | 31.37 | 23.81 | 24.77 | - |
| YUV | 136.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 132 | 0 | 0.43 | 0.31 | 0.25 | 343.37 | 0.4 | 0.59 |
| Hex | C0 | 6D | 84 | 0 | 2B | 1F | 19 | 157 | 28 | 3B |
| Octal | 300 | 155 | 204 | 0 | 53 | 37 | 31 | 527 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10000100 | 0 | 101011 | 11111 | 11001 | 101010111 | 101000 | 111011 |
Color Harmonies of #C06D84
Complementary color
Monochromatic Colors of #C06D84
Black with #C06D84
Text Example
Text Example
White with #C06D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D84; }
p { color: rgb(192,109,132); }
H1.HeaderClassName
{
color: #C06D84;
}
.AnyTagClassName
{
color: #C06D84;
}
</style>
background-color css
<style>
a { background-color: #C06D84; }
a { background-color: rgb(192,109,132); }
div.DivClassName
{
background-color: #C06D84;
}
.BgClassName
{
background-color: #C06D84;
}
</style>
border-color css
<style>
span { border-color: #C06D84; }
span { border-color: rgb(192,109,132); }
td.TdClassName
{
border-color: #C06D84;
}
.TagClassName
{
border-color: #C06D84;
}
</style>