Shades of Tapestry #C06984
Tints of Tapestry #C06984
RGB
CMYK
RGB Variations
Color information
#C06984 (or 0xC06984) is known color: Tapestry. HEX triplet: C0, 69 and 84. RGB value is (192,105,132). Sum of RGB (Red+Green+Blue) = 192+105+132=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06984 is #3F967B. Grayscale: #868686. Windows color (decimal): -4167292 or 8677824. OLE color: 8677824.
HSL color Cylindrical-coordinate representation of color #C06984: hue angle of 341.38º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06984 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 132 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.25 |
| HSL | 341.38º | 0.41% | 0.58% | - |
| HSV(B) | 341.38º | 0.45% | 0.75% | - |
| XYZ | 30.95 | 22.98 | 24.63 | - |
| YUV | 134.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 132 | 0 | 0.45 | 0.31 | 0.25 | 341.38 | 0.41 | 0.58 |
| Hex | C0 | 69 | 84 | 0 | 2D | 1F | 19 | 155 | 29 | 3A |
| Octal | 300 | 151 | 204 | 0 | 55 | 37 | 31 | 525 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10000100 | 0 | 101101 | 11111 | 11001 | 101010101 | 101001 | 111010 |
Color Harmonies of #C06984
Complementary color
Monochromatic Colors of #C06984
Black with #C06984
Text Example
Text Example
White with #C06984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06984; }
p { color: rgb(192,105,132); }
H1.HeaderClassName
{
color: #C06984;
}
.AnyTagClassName
{
color: #C06984;
}
</style>
background-color css
<style>
a { background-color: #C06984; }
a { background-color: rgb(192,105,132); }
div.DivClassName
{
background-color: #C06984;
}
.BgClassName
{
background-color: #C06984;
}
</style>
border-color css
<style>
span { border-color: #C06984; }
span { border-color: rgb(192,105,132); }
td.TdClassName
{
border-color: #C06984;
}
.TagClassName
{
border-color: #C06984;
}
</style>