Shades of Tapestry #C36986
Tints of Tapestry #C36986
RGB
CMYK
RGB Variations
Color information
#C36986 (or 0xC36986) is known color: Tapestry. HEX triplet: C3, 69 and 86. RGB value is (195,105,134). Sum of RGB (Red+Green+Blue) = 195+105+134=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C36986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36986 is #3C9679. Grayscale: #878787. Windows color (decimal): -3970682 or 8808899. OLE color: 8808899.
HSL color Cylindrical-coordinate representation of color #C36986: hue angle of 340.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36986 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 134 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.24 |
| HSL | 340.67º | 0.43% | 0.59% | - |
| HSV(B) | 340.67º | 0.46% | 0.76% | - |
| XYZ | 31.86 | 23.43 | 25.4 | - |
| YUV | 135.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 134 | 0 | 0.46 | 0.31 | 0.24 | 340.67 | 0.43 | 0.59 |
| Hex | C3 | 69 | 86 | 0 | 2E | 1F | 18 | 155 | 2B | 3B |
| Octal | 303 | 151 | 206 | 0 | 56 | 37 | 30 | 525 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10000110 | 0 | 101110 | 11111 | 11000 | 101010101 | 101011 | 111011 |
Color Harmonies of #C36986
Complementary color
Monochromatic Colors of #C36986
Black with #C36986
Text Example
Text Example
White with #C36986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36986; }
p { color: rgb(195,105,134); }
H1.HeaderClassName
{
color: #C36986;
}
.AnyTagClassName
{
color: #C36986;
}
</style>
background-color css
<style>
a { background-color: #C36986; }
a { background-color: rgb(195,105,134); }
div.DivClassName
{
background-color: #C36986;
}
.BgClassName
{
background-color: #C36986;
}
</style>
border-color css
<style>
span { border-color: #C36986; }
span { border-color: rgb(195,105,134); }
td.TdClassName
{
border-color: #C36986;
}
.TagClassName
{
border-color: #C36986;
}
</style>