Shades of Tapestry #C36C85
Tints of Tapestry #C36C85
RGB
CMYK
RGB Variations
Color information
#C36C85 (or 0xC36C85) is known color: Tapestry. HEX triplet: C3, 6C and 85. RGB value is (195,108,133). Sum of RGB (Red+Green+Blue) = 195+108+133=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36C85 is #3C937A. Grayscale: #888888. Windows color (decimal): -3969915 or 8744131. OLE color: 8744131.
HSL color Cylindrical-coordinate representation of color #C36C85: hue angle of 342.76º 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 #C36C85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 133 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.24 |
| HSL | 342.76º | 0.42% | 0.59% | - |
| HSV(B) | 342.76º | 0.45% | 0.76% | - |
| XYZ | 32.1 | 24.02 | 25.13 | - |
| YUV | 136.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 133 | 0 | 0.45 | 0.32 | 0.24 | 342.76 | 0.42 | 0.59 |
| Hex | C3 | 6C | 85 | 0 | 2D | 20 | 18 | 157 | 2A | 3B |
| Octal | 303 | 154 | 205 | 0 | 55 | 40 | 30 | 527 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10000101 | 0 | 101101 | 100000 | 11000 | 101010111 | 101010 | 111011 |
Color Harmonies of #C36C85
Complementary color
Monochromatic Colors of #C36C85
Black with #C36C85
Text Example
Text Example
White with #C36C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C85; }
p { color: rgb(195,108,133); }
H1.HeaderClassName
{
color: #C36C85;
}
.AnyTagClassName
{
color: #C36C85;
}
</style>
background-color css
<style>
a { background-color: #C36C85; }
a { background-color: rgb(195,108,133); }
div.DivClassName
{
background-color: #C36C85;
}
.BgClassName
{
background-color: #C36C85;
}
</style>
border-color css
<style>
span { border-color: #C36C85; }
span { border-color: rgb(195,108,133); }
td.TdClassName
{
border-color: #C36C85;
}
.TagClassName
{
border-color: #C36C85;
}
</style>