Shades of Tapestry #C36C74
Tints of Tapestry #C36C74
RGB
CMYK
RGB Variations
Color information
#C36C74 (or 0xC36C74) is known color: Tapestry. HEX triplet: C3, 6C and 74. RGB value is (195,108,116). Sum of RGB (Red+Green+Blue) = 195+108+116=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C74 is #3C938B. Grayscale: #868686. Windows color (decimal): -3969932 or 7630019. OLE color: 7630019.
HSL color Cylindrical-coordinate representation of color #C36C74: hue angle of 354.48º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36C74 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 116 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.24 |
| HSL | 354.48º | 0.42% | 0.59% | - |
| HSV(B) | 354.48º | 0.45% | 0.76% | - |
| XYZ | 31.02 | 23.59 | 19.44 | - |
| YUV | 134.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 116 | 0 | 0.45 | 0.41 | 0.24 | 354.48 | 0.42 | 0.59 |
| Hex | C3 | 6C | 74 | 0 | 2D | 29 | 18 | 162 | 2A | 3B |
| Octal | 303 | 154 | 164 | 0 | 55 | 51 | 30 | 542 | 52 | 73 |
| Binary | 11000011 | 1101100 | 1110100 | 0 | 101101 | 101001 | 11000 | 101100010 | 101010 | 111011 |
Color Harmonies of #C36C74
Complementary color
Monochromatic Colors of #C36C74
Black with #C36C74
Text Example
Text Example
White with #C36C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C74; }
p { color: rgb(195,108,116); }
H1.HeaderClassName
{
color: #C36C74;
}
.AnyTagClassName
{
color: #C36C74;
}
</style>
background-color css
<style>
a { background-color: #C36C74; }
a { background-color: rgb(195,108,116); }
div.DivClassName
{
background-color: #C36C74;
}
.BgClassName
{
background-color: #C36C74;
}
</style>
border-color css
<style>
span { border-color: #C36C74; }
span { border-color: rgb(195,108,116); }
td.TdClassName
{
border-color: #C36C74;
}
.TagClassName
{
border-color: #C36C74;
}
</style>