Shades of Tapestry #C36D75
Tints of Tapestry #C36D75
RGB
CMYK
RGB Variations
Color information
#C36D75 (or 0xC36D75) is known color: Tapestry. HEX triplet: C3, 6D and 75. RGB value is (195,109,117). Sum of RGB (Red+Green+Blue) = 195+109+117=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D75 is #3C928A. Grayscale: #878787. Windows color (decimal): -3969675 or 7695811. OLE color: 7695811.
HSL color Cylindrical-coordinate representation of color #C36D75: hue angle of 354.42º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D75 is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 117 | - |
| CMYK | 0 | 0.44 | 0.4 | 0.24 |
| HSL | 354.42º | 0.42% | 0.6% | - |
| HSV(B) | 354.42º | 0.44% | 0.76% | - |
| XYZ | 31.19 | 23.82 | 19.78 | - |
| YUV | 135.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 117 | 0 | 0.44 | 0.4 | 0.24 | 354.42 | 0.42 | 0.6 |
| Hex | C3 | 6D | 75 | 0 | 2C | 28 | 18 | 162 | 2A | 3C |
| Octal | 303 | 155 | 165 | 0 | 54 | 50 | 30 | 542 | 52 | 74 |
| Binary | 11000011 | 1101101 | 1110101 | 0 | 101100 | 101000 | 11000 | 101100010 | 101010 | 111100 |
Color Harmonies of #C36D75
Complementary color
Monochromatic Colors of #C36D75
Black with #C36D75
Text Example
Text Example
White with #C36D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D75; }
p { color: rgb(195,109,117); }
H1.HeaderClassName
{
color: #C36D75;
}
.AnyTagClassName
{
color: #C36D75;
}
</style>
background-color css
<style>
a { background-color: #C36D75; }
a { background-color: rgb(195,109,117); }
div.DivClassName
{
background-color: #C36D75;
}
.BgClassName
{
background-color: #C36D75;
}
</style>
border-color css
<style>
span { border-color: #C36D75; }
span { border-color: rgb(195,109,117); }
td.TdClassName
{
border-color: #C36D75;
}
.TagClassName
{
border-color: #C36D75;
}
</style>