Shades of Tapestry #C37178
Tints of Tapestry #C37178
RGB
CMYK
RGB Variations
Color information
#C37178 (or 0xC37178) is known color: Tapestry. HEX triplet: C3, 71 and 78. RGB value is (195,113,120). Sum of RGB (Red+Green+Blue) = 195+113+120=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C37178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37178 is #3C8E87. Grayscale: #8A8A8A. Windows color (decimal): -3968648 or 7893443. OLE color: 7893443.
HSL color Cylindrical-coordinate representation of color #C37178: hue angle of 354.88º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37178 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 120 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.24 |
| HSL | 354.88º | 0.41% | 0.6% | - |
| HSV(B) | 354.88º | 0.42% | 0.76% | - |
| XYZ | 31.8 | 24.77 | 20.87 | - |
| YUV | 138.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 120 | 0 | 0.42 | 0.38 | 0.24 | 354.88 | 0.41 | 0.6 |
| Hex | C3 | 71 | 78 | 0 | 2A | 26 | 18 | 163 | 29 | 3C |
| Octal | 303 | 161 | 170 | 0 | 52 | 46 | 30 | 543 | 51 | 74 |
| Binary | 11000011 | 1110001 | 1111000 | 0 | 101010 | 100110 | 11000 | 101100011 | 101001 | 111100 |
Color Harmonies of #C37178
Complementary color
Monochromatic Colors of #C37178
Black with #C37178
Text Example
Text Example
White with #C37178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37178; }
p { color: rgb(195,113,120); }
H1.HeaderClassName
{
color: #C37178;
}
.AnyTagClassName
{
color: #C37178;
}
</style>
background-color css
<style>
a { background-color: #C37178; }
a { background-color: rgb(195,113,120); }
div.DivClassName
{
background-color: #C37178;
}
.BgClassName
{
background-color: #C37178;
}
</style>
border-color css
<style>
span { border-color: #C37178; }
span { border-color: rgb(195,113,120); }
td.TdClassName
{
border-color: #C37178;
}
.TagClassName
{
border-color: #C37178;
}
</style>