Shades of Tapestry #C36B85
Tints of Tapestry #C36B85
RGB
CMYK
RGB Variations
Color information
#C36B85 (or 0xC36B85) is known color: Tapestry. HEX triplet: C3, 6B and 85. RGB value is (195,107,133). Sum of RGB (Red+Green+Blue) = 195+107+133=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36B85 is #3C947A. Grayscale: #888888. Windows color (decimal): -3970171 or 8743875. OLE color: 8743875.
HSL color Cylindrical-coordinate representation of color #C36B85: hue angle of 342.27º 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 #C36B85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 133 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.24 |
| HSL | 342.27º | 0.42% | 0.59% | - |
| HSV(B) | 342.27º | 0.45% | 0.76% | - |
| XYZ | 32 | 23.81 | 25.1 | - |
| YUV | 136.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 133 | 0 | 0.45 | 0.32 | 0.24 | 342.27 | 0.42 | 0.59 |
| Hex | C3 | 6B | 85 | 0 | 2D | 20 | 18 | 156 | 2A | 3B |
| Octal | 303 | 153 | 205 | 0 | 55 | 40 | 30 | 526 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10000101 | 0 | 101101 | 100000 | 11000 | 101010110 | 101010 | 111011 |
Color Harmonies of #C36B85
Complementary color
Monochromatic Colors of #C36B85
Black with #C36B85
Text Example
Text Example
White with #C36B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B85; }
p { color: rgb(195,107,133); }
H1.HeaderClassName
{
color: #C36B85;
}
.AnyTagClassName
{
color: #C36B85;
}
</style>
background-color css
<style>
a { background-color: #C36B85; }
a { background-color: rgb(195,107,133); }
div.DivClassName
{
background-color: #C36B85;
}
.BgClassName
{
background-color: #C36B85;
}
</style>
border-color css
<style>
span { border-color: #C36B85; }
span { border-color: rgb(195,107,133); }
td.TdClassName
{
border-color: #C36B85;
}
.TagClassName
{
border-color: #C36B85;
}
</style>