Shades of Tapestry #C27078
Tints of Tapestry #C27078
RGB
CMYK
RGB Variations
Color information
#C27078 (or 0xC27078) is known color: Tapestry. HEX triplet: C2, 70 and 78. RGB value is (194,112,120). Sum of RGB (Red+Green+Blue) = 194+112+120=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27078 is #3D8F87. Grayscale: #898989. Windows color (decimal): -4034440 or 7893186. OLE color: 7893186.
HSL color Cylindrical-coordinate representation of color #C27078: hue angle of 354.15º degrees, saturation: 0.4, 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 #C27078 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 120 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.24 |
| HSL | 354.15º | 0.4% | 0.6% | - |
| HSV(B) | 354.15º | 0.42% | 0.76% | - |
| XYZ | 31.43 | 24.41 | 20.82 | - |
| YUV | 137.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 120 | 0 | 0.42 | 0.38 | 0.24 | 354.15 | 0.4 | 0.6 |
| Hex | C2 | 70 | 78 | 0 | 2A | 26 | 18 | 162 | 28 | 3C |
| Octal | 302 | 160 | 170 | 0 | 52 | 46 | 30 | 542 | 50 | 74 |
| Binary | 11000010 | 1110000 | 1111000 | 0 | 101010 | 100110 | 11000 | 101100010 | 101000 | 111100 |
Color Harmonies of #C27078
Complementary color
Monochromatic Colors of #C27078
Black with #C27078
Text Example
Text Example
White with #C27078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27078; }
p { color: rgb(194,112,120); }
H1.HeaderClassName
{
color: #C27078;
}
.AnyTagClassName
{
color: #C27078;
}
</style>
background-color css
<style>
a { background-color: #C27078; }
a { background-color: rgb(194,112,120); }
div.DivClassName
{
background-color: #C27078;
}
.BgClassName
{
background-color: #C27078;
}
</style>
border-color css
<style>
span { border-color: #C27078; }
span { border-color: rgb(194,112,120); }
td.TdClassName
{
border-color: #C27078;
}
.TagClassName
{
border-color: #C27078;
}
</style>