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