Shades of Tapestry #C36785
Tints of Tapestry #C36785
RGB
CMYK
RGB Variations
Color information
#C36785 (or 0xC36785) is known color: Tapestry. HEX triplet: C3, 67 and 85. RGB value is (195,103,133). Sum of RGB (Red+Green+Blue) = 195+103+133=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C36785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36785 is #3C987A. Grayscale: #858585. Windows color (decimal): -3971195 or 8742851. OLE color: 8742851.
HSL color Cylindrical-coordinate representation of color #C36785: hue angle of 340.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36785 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 133 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.24 |
| HSL | 340.43º | 0.43% | 0.58% | - |
| HSV(B) | 340.43º | 0.47% | 0.76% | - |
| XYZ | 31.59 | 23 | 24.96 | - |
| YUV | 133.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 133 | 0 | 0.47 | 0.32 | 0.24 | 340.43 | 0.43 | 0.58 |
| Hex | C3 | 67 | 85 | 0 | 2F | 20 | 18 | 154 | 2B | 3A |
| Octal | 303 | 147 | 205 | 0 | 57 | 40 | 30 | 524 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10000101 | 0 | 101111 | 100000 | 11000 | 101010100 | 101011 | 111010 |
Color Harmonies of #C36785
Complementary color
Monochromatic Colors of #C36785
Black with #C36785
Text Example
Text Example
White with #C36785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36785; }
p { color: rgb(195,103,133); }
H1.HeaderClassName
{
color: #C36785;
}
.AnyTagClassName
{
color: #C36785;
}
</style>
background-color css
<style>
a { background-color: #C36785; }
a { background-color: rgb(195,103,133); }
div.DivClassName
{
background-color: #C36785;
}
.BgClassName
{
background-color: #C36785;
}
</style>
border-color css
<style>
span { border-color: #C36785; }
span { border-color: rgb(195,103,133); }
td.TdClassName
{
border-color: #C36785;
}
.TagClassName
{
border-color: #C36785;
}
</style>