Shades of Tapestry #C17478
Tints of Tapestry #C17478
RGB
CMYK
RGB Variations
Color information
#C17478 (or 0xC17478) is known color: Tapestry. HEX triplet: C1, 74 and 78. RGB value is (193,116,120). Sum of RGB (Red+Green+Blue) = 193+116+120=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17478 is #3E8B87. Grayscale: #8B8B8B. Windows color (decimal): -4098952 or 7894209. OLE color: 7894209.
HSL color Cylindrical-coordinate representation of color #C17478: hue angle of 356.88º 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 #C17478 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 120 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.24 |
| HSL | 356.88º | 0.38% | 0.61% | - |
| HSV(B) | 356.88º | 0.4% | 0.76% | - |
| XYZ | 31.63 | 25.18 | 20.96 | - |
| YUV | 139.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 120 | 0 | 0.40 | 0.38 | 0.24 | 356.88 | 0.38 | 0.61 |
| Hex | C1 | 74 | 78 | 0 | 28 | 26 | 18 | 165 | 26 | 3D |
| Octal | 301 | 164 | 170 | 0 | 50 | 46 | 30 | 545 | 46 | 75 |
| Binary | 11000001 | 1110100 | 1111000 | 0 | 101000 | 100110 | 11000 | 101100101 | 100110 | 111101 |
Color Harmonies of #C17478
Complementary color
Monochromatic Colors of #C17478
Black with #C17478
Text Example
Text Example
White with #C17478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17478; }
p { color: rgb(193,116,120); }
H1.HeaderClassName
{
color: #C17478;
}
.AnyTagClassName
{
color: #C17478;
}
</style>
background-color css
<style>
a { background-color: #C17478; }
a { background-color: rgb(193,116,120); }
div.DivClassName
{
background-color: #C17478;
}
.BgClassName
{
background-color: #C17478;
}
</style>
border-color css
<style>
span { border-color: #C17478; }
span { border-color: rgb(193,116,120); }
td.TdClassName
{
border-color: #C17478;
}
.TagClassName
{
border-color: #C17478;
}
</style>