Shades of Tapestry #C36D81
Tints of Tapestry #C36D81
RGB
CMYK
RGB Variations
Color information
#C36D81 (or 0xC36D81) is known color: Tapestry. HEX triplet: C3, 6D and 81. RGB value is (195,109,129). Sum of RGB (Red+Green+Blue) = 195+109+129=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D81 is #3C927E. Grayscale: #898989. Windows color (decimal): -3969663 or 8482243. OLE color: 8482243.
HSL color Cylindrical-coordinate representation of color #C36D81: hue angle of 346.05º 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 #C36D81 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 129 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.24 |
| HSL | 346.05º | 0.42% | 0.6% | - |
| HSV(B) | 346.05º | 0.44% | 0.76% | - |
| XYZ | 31.94 | 24.12 | 23.74 | - |
| YUV | 136.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 129 | 0 | 0.44 | 0.34 | 0.24 | 346.05 | 0.42 | 0.6 |
| Hex | C3 | 6D | 81 | 0 | 2C | 22 | 18 | 15A | 2A | 3C |
| Octal | 303 | 155 | 201 | 0 | 54 | 42 | 30 | 532 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10000001 | 0 | 101100 | 100010 | 11000 | 101011010 | 101010 | 111100 |
Color Harmonies of #C36D81
Complementary color
Monochromatic Colors of #C36D81
Black with #C36D81
Text Example
Text Example
White with #C36D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D81; }
p { color: rgb(195,109,129); }
H1.HeaderClassName
{
color: #C36D81;
}
.AnyTagClassName
{
color: #C36D81;
}
</style>
background-color css
<style>
a { background-color: #C36D81; }
a { background-color: rgb(195,109,129); }
div.DivClassName
{
background-color: #C36D81;
}
.BgClassName
{
background-color: #C36D81;
}
</style>
border-color css
<style>
span { border-color: #C36D81; }
span { border-color: rgb(195,109,129); }
td.TdClassName
{
border-color: #C36D81;
}
.TagClassName
{
border-color: #C36D81;
}
</style>