Shades of Tapestry #C36684
Tints of Tapestry #C36684
RGB
CMYK
RGB Variations
Color information
#C36684 (or 0xC36684) is known color: Tapestry. HEX triplet: C3, 66 and 84. RGB value is (195,102,132). Sum of RGB (Red+Green+Blue) = 195+102+132=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36684 is #3C997B. Grayscale: #858585. Windows color (decimal): -3971452 or 8677059. OLE color: 8677059.
HSL color Cylindrical-coordinate representation of color #C36684: hue angle of 340.65º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36684 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 132 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.24 |
| HSL | 340.65º | 0.44% | 0.58% | - |
| HSV(B) | 340.65º | 0.48% | 0.76% | - |
| XYZ | 31.42 | 22.77 | 24.57 | - |
| YUV | 133.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 132 | 0 | 0.48 | 0.32 | 0.24 | 340.65 | 0.44 | 0.58 |
| Hex | C3 | 66 | 84 | 0 | 30 | 20 | 18 | 155 | 2C | 3A |
| Octal | 303 | 146 | 204 | 0 | 60 | 40 | 30 | 525 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10000100 | 0 | 110000 | 100000 | 11000 | 101010101 | 101100 | 111010 |
Color Harmonies of #C36684
Complementary color
Monochromatic Colors of #C36684
Black with #C36684
Text Example
Text Example
White with #C36684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36684; }
p { color: rgb(195,102,132); }
H1.HeaderClassName
{
color: #C36684;
}
.AnyTagClassName
{
color: #C36684;
}
</style>
background-color css
<style>
a { background-color: #C36684; }
a { background-color: rgb(195,102,132); }
div.DivClassName
{
background-color: #C36684;
}
.BgClassName
{
background-color: #C36684;
}
</style>
border-color css
<style>
span { border-color: #C36684; }
span { border-color: rgb(195,102,132); }
td.TdClassName
{
border-color: #C36684;
}
.TagClassName
{
border-color: #C36684;
}
</style>