Shades of Tapestry #C36A75
Tints of Tapestry #C36A75
RGB
CMYK
RGB Variations
Color information
#C36A75 (or 0xC36A75) is known color: Tapestry. HEX triplet: C3, 6A and 75. RGB value is (195,106,117). Sum of RGB (Red+Green+Blue) = 195+106+117=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A75 is #3C958A. Grayscale: #858585. Windows color (decimal): -3970443 or 7695043. OLE color: 7695043.
HSL color Cylindrical-coordinate representation of color #C36A75: hue angle of 352.58º 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 #C36A75 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 117 | - |
| CMYK | 0 | 0.46 | 0.4 | 0.24 |
| HSL | 352.58º | 0.43% | 0.59% | - |
| HSV(B) | 352.58º | 0.46% | 0.76% | - |
| XYZ | 30.87 | 23.19 | 19.68 | - |
| YUV | 133.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 117 | 0 | 0.46 | 0.4 | 0.24 | 352.58 | 0.43 | 0.59 |
| Hex | C3 | 6A | 75 | 0 | 2E | 28 | 18 | 161 | 2B | 3B |
| Octal | 303 | 152 | 165 | 0 | 56 | 50 | 30 | 541 | 53 | 73 |
| Binary | 11000011 | 1101010 | 1110101 | 0 | 101110 | 101000 | 11000 | 101100001 | 101011 | 111011 |
Color Harmonies of #C36A75
Complementary color
Monochromatic Colors of #C36A75
Black with #C36A75
Text Example
Text Example
White with #C36A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A75; }
p { color: rgb(195,106,117); }
H1.HeaderClassName
{
color: #C36A75;
}
.AnyTagClassName
{
color: #C36A75;
}
</style>
background-color css
<style>
a { background-color: #C36A75; }
a { background-color: rgb(195,106,117); }
div.DivClassName
{
background-color: #C36A75;
}
.BgClassName
{
background-color: #C36A75;
}
</style>
border-color css
<style>
span { border-color: #C36A75; }
span { border-color: rgb(195,106,117); }
td.TdClassName
{
border-color: #C36A75;
}
.TagClassName
{
border-color: #C36A75;
}
</style>