Shades of Tapestry #C17178
Tints of Tapestry #C17178
RGB
CMYK
RGB Variations
Color information
#C17178 (or 0xC17178) is known color: Tapestry. HEX triplet: C1, 71 and 78. RGB value is (193,113,120). Sum of RGB (Red+Green+Blue) = 193+113+120=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C17178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17178 is #3E8E87. Grayscale: #898989. Windows color (decimal): -4099720 or 7893441. OLE color: 7893441.
HSL color Cylindrical-coordinate representation of color #C17178: hue angle of 354.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17178 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 120 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.24 |
| HSL | 354.75º | 0.39% | 0.6% | - |
| HSV(B) | 354.75º | 0.41% | 0.76% | - |
| XYZ | 31.29 | 24.5 | 20.85 | - |
| YUV | 137.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 120 | 0 | 0.41 | 0.38 | 0.24 | 354.75 | 0.39 | 0.6 |
| Hex | C1 | 71 | 78 | 0 | 29 | 26 | 18 | 163 | 27 | 3C |
| Octal | 301 | 161 | 170 | 0 | 51 | 46 | 30 | 543 | 47 | 74 |
| Binary | 11000001 | 1110001 | 1111000 | 0 | 101001 | 100110 | 11000 | 101100011 | 100111 | 111100 |
Color Harmonies of #C17178
Complementary color
Monochromatic Colors of #C17178
Black with #C17178
Text Example
Text Example
White with #C17178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17178; }
p { color: rgb(193,113,120); }
H1.HeaderClassName
{
color: #C17178;
}
.AnyTagClassName
{
color: #C17178;
}
</style>
background-color css
<style>
a { background-color: #C17178; }
a { background-color: rgb(193,113,120); }
div.DivClassName
{
background-color: #C17178;
}
.BgClassName
{
background-color: #C17178;
}
</style>
border-color css
<style>
span { border-color: #C17178; }
span { border-color: rgb(193,113,120); }
td.TdClassName
{
border-color: #C17178;
}
.TagClassName
{
border-color: #C17178;
}
</style>