Shades of Tapestry #C37177
Tints of Tapestry #C37177
RGB
CMYK
RGB Variations
Color information
#C37177 (or 0xC37177) is known color: Tapestry. HEX triplet: C3, 71 and 77. RGB value is (195,113,119). Sum of RGB (Red+Green+Blue) = 195+113+119=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C37177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37177 is #3C8E88. Grayscale: #8A8A8A. Windows color (decimal): -3968649 or 7827907. OLE color: 7827907.
HSL color Cylindrical-coordinate representation of color #C37177: hue angle of 355.61º 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 #C37177 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 119 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.24 |
| HSL | 355.61º | 0.41% | 0.6% | - |
| HSV(B) | 355.61º | 0.42% | 0.76% | - |
| XYZ | 31.74 | 24.74 | 20.56 | - |
| YUV | 138.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 119 | 0 | 0.42 | 0.39 | 0.24 | 355.61 | 0.41 | 0.6 |
| Hex | C3 | 71 | 77 | 0 | 2A | 27 | 18 | 164 | 29 | 3C |
| Octal | 303 | 161 | 167 | 0 | 52 | 47 | 30 | 544 | 51 | 74 |
| Binary | 11000011 | 1110001 | 1110111 | 0 | 101010 | 100111 | 11000 | 101100100 | 101001 | 111100 |
Color Harmonies of #C37177
Complementary color
Monochromatic Colors of #C37177
Black with #C37177
Text Example
Text Example
White with #C37177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37177; }
p { color: rgb(195,113,119); }
H1.HeaderClassName
{
color: #C37177;
}
.AnyTagClassName
{
color: #C37177;
}
</style>
background-color css
<style>
a { background-color: #C37177; }
a { background-color: rgb(195,113,119); }
div.DivClassName
{
background-color: #C37177;
}
.BgClassName
{
background-color: #C37177;
}
</style>
border-color css
<style>
span { border-color: #C37177; }
span { border-color: rgb(195,113,119); }
td.TdClassName
{
border-color: #C37177;
}
.TagClassName
{
border-color: #C37177;
}
</style>