Shades of Tapestry #C1697F
Tints of Tapestry #C1697F
RGB
CMYK
RGB Variations
Color information
#C1697F (or 0xC1697F) is known color: Tapestry. HEX triplet: C1, 69 and 7F. RGB value is (193,105,127). Sum of RGB (Red+Green+Blue) = 193+105+127=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697F is #3E9680. Grayscale: #858585. Windows color (decimal): -4101761 or 8350145. OLE color: 8350145.
HSL color Cylindrical-coordinate representation of color #C1697F: hue angle of 345º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1697F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 127 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.24 |
| HSL | 345º | 0.42% | 0.58% | - |
| HSV(B) | 345º | 0.46% | 0.76% | - |
| XYZ | 30.87 | 22.97 | 22.89 | - |
| YUV | 133.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 127 | 0 | 0.46 | 0.34 | 0.24 | 345 | 0.42 | 0.58 |
| Hex | C1 | 69 | 7F | 0 | 2E | 22 | 18 | 159 | 2A | 3A |
| Octal | 301 | 151 | 177 | 0 | 56 | 42 | 30 | 531 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1111111 | 0 | 101110 | 100010 | 11000 | 101011001 | 101010 | 111010 |
Color Harmonies of #C1697F
Complementary color
Monochromatic Colors of #C1697F
Black with #C1697F
Text Example
Text Example
White with #C1697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1697F; }
p { color: rgb(193,105,127); }
H1.HeaderClassName
{
color: #C1697F;
}
.AnyTagClassName
{
color: #C1697F;
}
</style>
background-color css
<style>
a { background-color: #C1697F; }
a { background-color: rgb(193,105,127); }
div.DivClassName
{
background-color: #C1697F;
}
.BgClassName
{
background-color: #C1697F;
}
</style>
border-color css
<style>
span { border-color: #C1697F; }
span { border-color: rgb(193,105,127); }
td.TdClassName
{
border-color: #C1697F;
}
.TagClassName
{
border-color: #C1697F;
}
</style>