Shades of Tapestry #C36685
Tints of Tapestry #C36685
RGB
CMYK
RGB Variations
Color information
#C36685 (or 0xC36685) is known color: Tapestry. HEX triplet: C3, 66 and 85. RGB value is (195,102,133). Sum of RGB (Red+Green+Blue) = 195+102+133=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C36685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36685 is #3C997A. Grayscale: #858585. Windows color (decimal): -3971451 or 8742595. OLE color: 8742595.
HSL color Cylindrical-coordinate representation of color #C36685: hue angle of 340º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36685 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 133 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.24 |
| HSL | 340º | 0.44% | 0.58% | - |
| HSV(B) | 340º | 0.48% | 0.76% | - |
| XYZ | 31.49 | 22.8 | 24.93 | - |
| YUV | 133.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 133 | 0 | 0.48 | 0.32 | 0.24 | 340 | 0.44 | 0.58 |
| Hex | C3 | 66 | 85 | 0 | 30 | 20 | 18 | 154 | 2C | 3A |
| Octal | 303 | 146 | 205 | 0 | 60 | 40 | 30 | 524 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10000101 | 0 | 110000 | 100000 | 11000 | 101010100 | 101100 | 111010 |
Color Harmonies of #C36685
Complementary color
Monochromatic Colors of #C36685
Black with #C36685
Text Example
Text Example
White with #C36685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36685; }
p { color: rgb(195,102,133); }
H1.HeaderClassName
{
color: #C36685;
}
.AnyTagClassName
{
color: #C36685;
}
</style>
background-color css
<style>
a { background-color: #C36685; }
a { background-color: rgb(195,102,133); }
div.DivClassName
{
background-color: #C36685;
}
.BgClassName
{
background-color: #C36685;
}
</style>
border-color css
<style>
span { border-color: #C36685; }
span { border-color: rgb(195,102,133); }
td.TdClassName
{
border-color: #C36685;
}
.TagClassName
{
border-color: #C36685;
}
</style>