Shades of Tapestry #C36A76
Tints of Tapestry #C36A76
RGB
CMYK
RGB Variations
Color information
#C36A76 (or 0xC36A76) is known color: Tapestry. HEX triplet: C3, 6A and 76. RGB value is (195,106,118). Sum of RGB (Red+Green+Blue) = 195+106+118=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A76 is #3C9589. Grayscale: #868686. Windows color (decimal): -3970442 or 7760579. OLE color: 7760579.
HSL color Cylindrical-coordinate representation of color #C36A76: hue angle of 351.91º 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 #C36A76 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 118 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 351.91º | 0.43% | 0.59% | - |
| HSV(B) | 351.91º | 0.46% | 0.76% | - |
| XYZ | 30.93 | 23.22 | 19.99 | - |
| YUV | 133.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 118 | 0 | 0.46 | 0.39 | 0.24 | 351.91 | 0.43 | 0.59 |
| Hex | C3 | 6A | 76 | 0 | 2E | 27 | 18 | 160 | 2B | 3B |
| Octal | 303 | 152 | 166 | 0 | 56 | 47 | 30 | 540 | 53 | 73 |
| Binary | 11000011 | 1101010 | 1110110 | 0 | 101110 | 100111 | 11000 | 101100000 | 101011 | 111011 |
Color Harmonies of #C36A76
Complementary color
Monochromatic Colors of #C36A76
Black with #C36A76
Text Example
Text Example
White with #C36A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A76; }
p { color: rgb(195,106,118); }
H1.HeaderClassName
{
color: #C36A76;
}
.AnyTagClassName
{
color: #C36A76;
}
</style>
background-color css
<style>
a { background-color: #C36A76; }
a { background-color: rgb(195,106,118); }
div.DivClassName
{
background-color: #C36A76;
}
.BgClassName
{
background-color: #C36A76;
}
</style>
border-color css
<style>
span { border-color: #C36A76; }
span { border-color: rgb(195,106,118); }
td.TdClassName
{
border-color: #C36A76;
}
.TagClassName
{
border-color: #C36A76;
}
</style>