Shades of Tapestry #C17479
Tints of Tapestry #C17479
RGB
CMYK
RGB Variations
Color information
#C17479 (or 0xC17479) is known color: Tapestry. HEX triplet: C1, 74 and 79. RGB value is (193,116,121). Sum of RGB (Red+Green+Blue) = 193+116+121=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C17479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17479 is #3E8B86. Grayscale: #8B8B8B. Windows color (decimal): -4098951 or 7959745. OLE color: 7959745.
HSL color Cylindrical-coordinate representation of color #C17479: hue angle of 356.1º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17479 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 121 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.24 |
| HSL | 356.1º | 0.38% | 0.61% | - |
| HSV(B) | 356.1º | 0.4% | 0.76% | - |
| XYZ | 31.69 | 25.21 | 21.28 | - |
| YUV | 139.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 121 | 0 | 0.40 | 0.37 | 0.24 | 356.1 | 0.38 | 0.61 |
| Hex | C1 | 74 | 79 | 0 | 28 | 25 | 18 | 164 | 26 | 3D |
| Octal | 301 | 164 | 171 | 0 | 50 | 45 | 30 | 544 | 46 | 75 |
| Binary | 11000001 | 1110100 | 1111001 | 0 | 101000 | 100101 | 11000 | 101100100 | 100110 | 111101 |
Color Harmonies of #C17479
Complementary color
Monochromatic Colors of #C17479
Black with #C17479
Text Example
Text Example
White with #C17479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17479; }
p { color: rgb(193,116,121); }
H1.HeaderClassName
{
color: #C17479;
}
.AnyTagClassName
{
color: #C17479;
}
</style>
background-color css
<style>
a { background-color: #C17479; }
a { background-color: rgb(193,116,121); }
div.DivClassName
{
background-color: #C17479;
}
.BgClassName
{
background-color: #C17479;
}
</style>
border-color css
<style>
span { border-color: #C17479; }
span { border-color: rgb(193,116,121); }
td.TdClassName
{
border-color: #C17479;
}
.TagClassName
{
border-color: #C17479;
}
</style>