Shades of Tapestry #C36D74
Tints of Tapestry #C36D74
RGB
CMYK
RGB Variations
Color information
#C36D74 (or 0xC36D74) is known color: Tapestry. HEX triplet: C3, 6D and 74. RGB value is (195,109,116). Sum of RGB (Red+Green+Blue) = 195+109+116=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D74 is #3C928B. Grayscale: #878787. Windows color (decimal): -3969676 or 7630275. OLE color: 7630275.
HSL color Cylindrical-coordinate representation of color #C36D74: hue angle of 355.12º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D74 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 116 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.24 |
| HSL | 355.12º | 0.42% | 0.6% | - |
| HSV(B) | 355.12º | 0.44% | 0.76% | - |
| XYZ | 31.13 | 23.8 | 19.48 | - |
| YUV | 135.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 116 | 0 | 0.44 | 0.41 | 0.24 | 355.12 | 0.42 | 0.6 |
| Hex | C3 | 6D | 74 | 0 | 2C | 29 | 18 | 163 | 2A | 3C |
| Octal | 303 | 155 | 164 | 0 | 54 | 51 | 30 | 543 | 52 | 74 |
| Binary | 11000011 | 1101101 | 1110100 | 0 | 101100 | 101001 | 11000 | 101100011 | 101010 | 111100 |
Color Harmonies of #C36D74
Complementary color
Monochromatic Colors of #C36D74
Black with #C36D74
Text Example
Text Example
White with #C36D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D74; }
p { color: rgb(195,109,116); }
H1.HeaderClassName
{
color: #C36D74;
}
.AnyTagClassName
{
color: #C36D74;
}
</style>
background-color css
<style>
a { background-color: #C36D74; }
a { background-color: rgb(195,109,116); }
div.DivClassName
{
background-color: #C36D74;
}
.BgClassName
{
background-color: #C36D74;
}
</style>
border-color css
<style>
span { border-color: #C36D74; }
span { border-color: rgb(195,109,116); }
td.TdClassName
{
border-color: #C36D74;
}
.TagClassName
{
border-color: #C36D74;
}
</style>