Shades of Tapestry #C17079
Tints of Tapestry #C17079
RGB
CMYK
RGB Variations
Color information
#C17079 (or 0xC17079) is known color: Tapestry. HEX triplet: C1, 70 and 79. RGB value is (193,112,121). Sum of RGB (Red+Green+Blue) = 193+112+121=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C17079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17079 is #3E8F86. Grayscale: #898989. Windows color (decimal): -4099975 or 7958721. OLE color: 7958721.
HSL color Cylindrical-coordinate representation of color #C17079: hue angle of 353.33º 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 #C17079 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 121 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.24 |
| HSL | 353.33º | 0.4% | 0.6% | - |
| HSV(B) | 353.33º | 0.42% | 0.76% | - |
| XYZ | 31.24 | 24.31 | 21.13 | - |
| YUV | 137.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 121 | 0 | 0.42 | 0.37 | 0.24 | 353.33 | 0.4 | 0.6 |
| Hex | C1 | 70 | 79 | 0 | 2A | 25 | 18 | 161 | 28 | 3C |
| Octal | 301 | 160 | 171 | 0 | 52 | 45 | 30 | 541 | 50 | 74 |
| Binary | 11000001 | 1110000 | 1111001 | 0 | 101010 | 100101 | 11000 | 101100001 | 101000 | 111100 |
Color Harmonies of #C17079
Complementary color
Monochromatic Colors of #C17079
Black with #C17079
Text Example
Text Example
White with #C17079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17079; }
p { color: rgb(193,112,121); }
H1.HeaderClassName
{
color: #C17079;
}
.AnyTagClassName
{
color: #C17079;
}
</style>
background-color css
<style>
a { background-color: #C17079; }
a { background-color: rgb(193,112,121); }
div.DivClassName
{
background-color: #C17079;
}
.BgClassName
{
background-color: #C17079;
}
</style>
border-color css
<style>
span { border-color: #C17079; }
span { border-color: rgb(193,112,121); }
td.TdClassName
{
border-color: #C17079;
}
.TagClassName
{
border-color: #C17079;
}
</style>