Shades of Tapestry #C36977
Tints of Tapestry #C36977
RGB
CMYK
RGB Variations
Color information
#C36977 (or 0xC36977) is known color: Tapestry. HEX triplet: C3, 69 and 77. RGB value is (195,105,119). Sum of RGB (Red+Green+Blue) = 195+105+119=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36977 is #3C9688. Grayscale: #858585. Windows color (decimal): -3970697 or 7825859. OLE color: 7825859.
HSL color Cylindrical-coordinate representation of color #C36977: hue angle of 350.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 #C36977 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 119 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 350.67º | 0.43% | 0.59% | - |
| HSV(B) | 350.67º | 0.46% | 0.76% | - |
| XYZ | 30.89 | 23.04 | 20.27 | - |
| YUV | 133.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 119 | 0 | 0.46 | 0.39 | 0.24 | 350.67 | 0.43 | 0.59 |
| Hex | C3 | 69 | 77 | 0 | 2E | 27 | 18 | 15F | 2B | 3B |
| Octal | 303 | 151 | 167 | 0 | 56 | 47 | 30 | 537 | 53 | 73 |
| Binary | 11000011 | 1101001 | 1110111 | 0 | 101110 | 100111 | 11000 | 101011111 | 101011 | 111011 |
Color Harmonies of #C36977
Complementary color
Monochromatic Colors of #C36977
Black with #C36977
Text Example
Text Example
White with #C36977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36977; }
p { color: rgb(195,105,119); }
H1.HeaderClassName
{
color: #C36977;
}
.AnyTagClassName
{
color: #C36977;
}
</style>
background-color css
<style>
a { background-color: #C36977; }
a { background-color: rgb(195,105,119); }
div.DivClassName
{
background-color: #C36977;
}
.BgClassName
{
background-color: #C36977;
}
</style>
border-color css
<style>
span { border-color: #C36977; }
span { border-color: rgb(195,105,119); }
td.TdClassName
{
border-color: #C36977;
}
.TagClassName
{
border-color: #C36977;
}
</style>