Shades of Tapestry #C36C82
Tints of Tapestry #C36C82
RGB
CMYK
RGB Variations
Color information
#C36C82 (or 0xC36C82) is known color: Tapestry. HEX triplet: C3, 6C and 82. RGB value is (195,108,130). Sum of RGB (Red+Green+Blue) = 195+108+130=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36C82 is #3C937D. Grayscale: #888888. Windows color (decimal): -3969918 or 8547523. OLE color: 8547523.
HSL color Cylindrical-coordinate representation of color #C36C82: hue angle of 344.83º 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 #C36C82 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 130 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.24 |
| HSL | 344.83º | 0.42% | 0.59% | - |
| HSV(B) | 344.83º | 0.45% | 0.76% | - |
| XYZ | 31.9 | 23.94 | 24.06 | - |
| YUV | 136.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 130 | 0 | 0.45 | 0.33 | 0.24 | 344.83 | 0.42 | 0.59 |
| Hex | C3 | 6C | 82 | 0 | 2D | 21 | 18 | 159 | 2A | 3B |
| Octal | 303 | 154 | 202 | 0 | 55 | 41 | 30 | 531 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10000010 | 0 | 101101 | 100001 | 11000 | 101011001 | 101010 | 111011 |
Color Harmonies of #C36C82
Complementary color
Monochromatic Colors of #C36C82
Black with #C36C82
Text Example
Text Example
White with #C36C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C82; }
p { color: rgb(195,108,130); }
H1.HeaderClassName
{
color: #C36C82;
}
.AnyTagClassName
{
color: #C36C82;
}
</style>
background-color css
<style>
a { background-color: #C36C82; }
a { background-color: rgb(195,108,130); }
div.DivClassName
{
background-color: #C36C82;
}
.BgClassName
{
background-color: #C36C82;
}
</style>
border-color css
<style>
span { border-color: #C36C82; }
span { border-color: rgb(195,108,130); }
td.TdClassName
{
border-color: #C36C82;
}
.TagClassName
{
border-color: #C36C82;
}
</style>