Shades of Tapestry #C36982
Tints of Tapestry #C36982
RGB
CMYK
RGB Variations
Color information
#C36982 (or 0xC36982) is known color: Tapestry. HEX triplet: C3, 69 and 82. RGB value is (195,105,130). Sum of RGB (Red+Green+Blue) = 195+105+130=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C36982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36982 is #3C967D. Grayscale: #868686. Windows color (decimal): -3970686 or 8546755. OLE color: 8546755.
HSL color Cylindrical-coordinate representation of color #C36982: hue angle of 343.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36982 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 130 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.24 |
| HSL | 343.33º | 0.43% | 0.59% | - |
| HSV(B) | 343.33º | 0.46% | 0.76% | - |
| XYZ | 31.59 | 23.32 | 23.95 | - |
| YUV | 134.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 130 | 0 | 0.46 | 0.33 | 0.24 | 343.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | 82 | 0 | 2E | 21 | 18 | 157 | 2B | 3B |
| Octal | 303 | 151 | 202 | 0 | 56 | 41 | 30 | 527 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10000010 | 0 | 101110 | 100001 | 11000 | 101010111 | 101011 | 111011 |
Color Harmonies of #C36982
Complementary color
Monochromatic Colors of #C36982
Black with #C36982
Text Example
Text Example
White with #C36982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36982; }
p { color: rgb(195,105,130); }
H1.HeaderClassName
{
color: #C36982;
}
.AnyTagClassName
{
color: #C36982;
}
</style>
background-color css
<style>
a { background-color: #C36982; }
a { background-color: rgb(195,105,130); }
div.DivClassName
{
background-color: #C36982;
}
.BgClassName
{
background-color: #C36982;
}
</style>
border-color css
<style>
span { border-color: #C36982; }
span { border-color: rgb(195,105,130); }
td.TdClassName
{
border-color: #C36982;
}
.TagClassName
{
border-color: #C36982;
}
</style>