Shades of Tapestry #C1747A
Tints of Tapestry #C1747A
RGB
CMYK
RGB Variations
Color information
#C1747A (or 0xC1747A) is known color: Tapestry. HEX triplet: C1, 74 and 7A. RGB value is (193,116,122). Sum of RGB (Red+Green+Blue) = 193+116+122=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1747A is #3E8B85. Grayscale: #8B8B8B. Windows color (decimal): -4098950 or 8025281. OLE color: 8025281.
HSL color Cylindrical-coordinate representation of color #C1747A: hue angle of 355.32º 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 #C1747A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 122 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.24 |
| HSL | 355.32º | 0.38% | 0.61% | - |
| HSV(B) | 355.32º | 0.4% | 0.76% | - |
| XYZ | 31.75 | 25.23 | 21.61 | - |
| YUV | 139.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 122 | 0 | 0.40 | 0.37 | 0.24 | 355.32 | 0.38 | 0.61 |
| Hex | C1 | 74 | 7A | 0 | 28 | 25 | 18 | 163 | 26 | 3D |
| Octal | 301 | 164 | 172 | 0 | 50 | 45 | 30 | 543 | 46 | 75 |
| Binary | 11000001 | 1110100 | 1111010 | 0 | 101000 | 100101 | 11000 | 101100011 | 100110 | 111101 |
Color Harmonies of #C1747A
Complementary color
Monochromatic Colors of #C1747A
Black with #C1747A
Text Example
Text Example
White with #C1747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1747A; }
p { color: rgb(193,116,122); }
H1.HeaderClassName
{
color: #C1747A;
}
.AnyTagClassName
{
color: #C1747A;
}
</style>
background-color css
<style>
a { background-color: #C1747A; }
a { background-color: rgb(193,116,122); }
div.DivClassName
{
background-color: #C1747A;
}
.BgClassName
{
background-color: #C1747A;
}
</style>
border-color css
<style>
span { border-color: #C1747A; }
span { border-color: rgb(193,116,122); }
td.TdClassName
{
border-color: #C1747A;
}
.TagClassName
{
border-color: #C1747A;
}
</style>