Shades of Tapestry #C36976
Tints of Tapestry #C36976
RGB
CMYK
RGB Variations
Color information
#C36976 (or 0xC36976) is known color: Tapestry. HEX triplet: C3, 69 and 76. RGB value is (195,105,118). Sum of RGB (Red+Green+Blue) = 195+105+118=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C36976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36976 is #3C9689. Grayscale: #858585. Windows color (decimal): -3970698 or 7760323. OLE color: 7760323.
HSL color Cylindrical-coordinate representation of color #C36976: hue angle of 351.33º 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 #C36976 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 118 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 351.33º | 0.43% | 0.59% | - |
| HSV(B) | 351.33º | 0.46% | 0.76% | - |
| XYZ | 30.83 | 23.01 | 19.96 | - |
| YUV | 133.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 118 | 0 | 0.46 | 0.39 | 0.24 | 351.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | 76 | 0 | 2E | 27 | 18 | 15F | 2B | 3B |
| Octal | 303 | 151 | 166 | 0 | 56 | 47 | 30 | 537 | 53 | 73 |
| Binary | 11000011 | 1101001 | 1110110 | 0 | 101110 | 100111 | 11000 | 101011111 | 101011 | 111011 |
Color Harmonies of #C36976
Complementary color
Monochromatic Colors of #C36976
Black with #C36976
Text Example
Text Example
White with #C36976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36976; }
p { color: rgb(195,105,118); }
H1.HeaderClassName
{
color: #C36976;
}
.AnyTagClassName
{
color: #C36976;
}
</style>
background-color css
<style>
a { background-color: #C36976; }
a { background-color: rgb(195,105,118); }
div.DivClassName
{
background-color: #C36976;
}
.BgClassName
{
background-color: #C36976;
}
</style>
border-color css
<style>
span { border-color: #C36976; }
span { border-color: rgb(195,105,118); }
td.TdClassName
{
border-color: #C36976;
}
.TagClassName
{
border-color: #C36976;
}
</style>