Shades of Tapestry #C37078
Tints of Tapestry #C37078
RGB
CMYK
RGB Variations
Color information
#C37078 (or 0xC37078) is known color: Tapestry. HEX triplet: C3, 70 and 78. RGB value is (195,112,120). Sum of RGB (Red+Green+Blue) = 195+112+120=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C37078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37078 is #3C8F87. Grayscale: #898989. Windows color (decimal): -3968904 or 7893187. OLE color: 7893187.
HSL color Cylindrical-coordinate representation of color #C37078: hue angle of 354.22º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37078 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 120 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.24 |
| HSL | 354.22º | 0.41% | 0.6% | - |
| HSV(B) | 354.22º | 0.43% | 0.76% | - |
| XYZ | 31.69 | 24.55 | 20.84 | - |
| YUV | 137.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 120 | 0 | 0.43 | 0.38 | 0.24 | 354.22 | 0.41 | 0.6 |
| Hex | C3 | 70 | 78 | 0 | 2B | 26 | 18 | 162 | 29 | 3C |
| Octal | 303 | 160 | 170 | 0 | 53 | 46 | 30 | 542 | 51 | 74 |
| Binary | 11000011 | 1110000 | 1111000 | 0 | 101011 | 100110 | 11000 | 101100010 | 101001 | 111100 |
Color Harmonies of #C37078
Complementary color
Monochromatic Colors of #C37078
Black with #C37078
Text Example
Text Example
White with #C37078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37078; }
p { color: rgb(195,112,120); }
H1.HeaderClassName
{
color: #C37078;
}
.AnyTagClassName
{
color: #C37078;
}
</style>
background-color css
<style>
a { background-color: #C37078; }
a { background-color: rgb(195,112,120); }
div.DivClassName
{
background-color: #C37078;
}
.BgClassName
{
background-color: #C37078;
}
</style>
border-color css
<style>
span { border-color: #C37078; }
span { border-color: rgb(195,112,120); }
td.TdClassName
{
border-color: #C37078;
}
.TagClassName
{
border-color: #C37078;
}
</style>