Shades of Tapestry #C1697E
Tints of Tapestry #C1697E
RGB
CMYK
RGB Variations
Color information
#C1697E (or 0xC1697E) is known color: Tapestry. HEX triplet: C1, 69 and 7E. RGB value is (193,105,126). Sum of RGB (Red+Green+Blue) = 193+105+126=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697E is #3E9681. Grayscale: #858585. Windows color (decimal): -4101762 or 8284609. OLE color: 8284609.
HSL color Cylindrical-coordinate representation of color #C1697E: hue angle of 345.68º 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 #C1697E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 126 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.24 |
| HSL | 345.68º | 0.42% | 0.58% | - |
| HSV(B) | 345.68º | 0.46% | 0.76% | - |
| XYZ | 30.81 | 22.95 | 22.54 | - |
| YUV | 133.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 126 | 0 | 0.46 | 0.35 | 0.24 | 345.68 | 0.42 | 0.58 |
| Hex | C1 | 69 | 7E | 0 | 2E | 23 | 18 | 15A | 2A | 3A |
| Octal | 301 | 151 | 176 | 0 | 56 | 43 | 30 | 532 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1111110 | 0 | 101110 | 100011 | 11000 | 101011010 | 101010 | 111010 |
Color Harmonies of #C1697E
Complementary color
Monochromatic Colors of #C1697E
Black with #C1697E
Text Example
Text Example
White with #C1697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1697E; }
p { color: rgb(193,105,126); }
H1.HeaderClassName
{
color: #C1697E;
}
.AnyTagClassName
{
color: #C1697E;
}
</style>
background-color css
<style>
a { background-color: #C1697E; }
a { background-color: rgb(193,105,126); }
div.DivClassName
{
background-color: #C1697E;
}
.BgClassName
{
background-color: #C1697E;
}
</style>
border-color css
<style>
span { border-color: #C1697E; }
span { border-color: rgb(193,105,126); }
td.TdClassName
{
border-color: #C1697E;
}
.TagClassName
{
border-color: #C1697E;
}
</style>