Shades of Tapestry #C36182
Tints of Tapestry #C36182
RGB
CMYK
RGB Variations
Color information
#C36182 (or 0xC36182) is known color: Tapestry. HEX triplet: C3, 61 and 82. RGB value is (195,97,130). Sum of RGB (Red+Green+Blue) = 195+97+130=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36182 is #3C9E7D. Grayscale: #828282. Windows color (decimal): -3972734 or 8544707. OLE color: 8544707.
HSL color Cylindrical-coordinate representation of color #C36182: hue angle of 339.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36182 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 130 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.24 |
| HSL | 339.8º | 0.45% | 0.57% | - |
| HSV(B) | 339.8º | 0.5% | 0.76% | - |
| XYZ | 30.81 | 21.76 | 23.7 | - |
| YUV | 130.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 130 | 0 | 0.50 | 0.33 | 0.24 | 339.8 | 0.45 | 0.57 |
| Hex | C3 | 61 | 82 | 0 | 32 | 21 | 18 | 154 | 2D | 39 |
| Octal | 303 | 141 | 202 | 0 | 62 | 41 | 30 | 524 | 55 | 71 |
| Binary | 11000011 | 1100001 | 10000010 | 0 | 110010 | 100001 | 11000 | 101010100 | 101101 | 111001 |
Color Harmonies of #C36182
Complementary color
Monochromatic Colors of #C36182
Black with #C36182
Text Example
Text Example
White with #C36182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36182; }
p { color: rgb(195,97,130); }
H1.HeaderClassName
{
color: #C36182;
}
.AnyTagClassName
{
color: #C36182;
}
</style>
background-color css
<style>
a { background-color: #C36182; }
a { background-color: rgb(195,97,130); }
div.DivClassName
{
background-color: #C36182;
}
.BgClassName
{
background-color: #C36182;
}
</style>
border-color css
<style>
span { border-color: #C36182; }
span { border-color: rgb(195,97,130); }
td.TdClassName
{
border-color: #C36182;
}
.TagClassName
{
border-color: #C36182;
}
</style>