Shades of Tapestry #C36D78
Tints of Tapestry #C36D78
RGB
CMYK
RGB Variations
Color information
#C36D78 (or 0xC36D78) is known color: Tapestry. HEX triplet: C3, 6D and 78. RGB value is (195,109,120). Sum of RGB (Red+Green+Blue) = 195+109+120=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D78 is #3C9287. Grayscale: #888888. Windows color (decimal): -3969672 or 7892419. OLE color: 7892419.
HSL color Cylindrical-coordinate representation of color #C36D78: hue angle of 352.33º 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 #C36D78 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 120 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.24 |
| HSL | 352.33º | 0.42% | 0.6% | - |
| HSV(B) | 352.33º | 0.44% | 0.76% | - |
| XYZ | 31.36 | 23.9 | 20.73 | - |
| YUV | 135.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 120 | 0 | 0.44 | 0.38 | 0.24 | 352.33 | 0.42 | 0.6 |
| Hex | C3 | 6D | 78 | 0 | 2C | 26 | 18 | 160 | 2A | 3C |
| Octal | 303 | 155 | 170 | 0 | 54 | 46 | 30 | 540 | 52 | 74 |
| Binary | 11000011 | 1101101 | 1111000 | 0 | 101100 | 100110 | 11000 | 101100000 | 101010 | 111100 |
Color Harmonies of #C36D78
Complementary color
Monochromatic Colors of #C36D78
Black with #C36D78
Text Example
Text Example
White with #C36D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D78; }
p { color: rgb(195,109,120); }
H1.HeaderClassName
{
color: #C36D78;
}
.AnyTagClassName
{
color: #C36D78;
}
</style>
background-color css
<style>
a { background-color: #C36D78; }
a { background-color: rgb(195,109,120); }
div.DivClassName
{
background-color: #C36D78;
}
.BgClassName
{
background-color: #C36D78;
}
</style>
border-color css
<style>
span { border-color: #C36D78; }
span { border-color: rgb(195,109,120); }
td.TdClassName
{
border-color: #C36D78;
}
.TagClassName
{
border-color: #C36D78;
}
</style>