Shades of Tapestry #C1697D
Tints of Tapestry #C1697D
RGB
CMYK
RGB Variations
Color information
#C1697D (or 0xC1697D) is known color: Tapestry. HEX triplet: C1, 69 and 7D. RGB value is (193,105,125). Sum of RGB (Red+Green+Blue) = 193+105+125=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697D is #3E9682. Grayscale: #858585. Windows color (decimal): -4101763 or 8219073. OLE color: 8219073.
HSL color Cylindrical-coordinate representation of color #C1697D: hue angle of 346.36º 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 #C1697D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 125 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.24 |
| HSL | 346.36º | 0.42% | 0.58% | - |
| HSV(B) | 346.36º | 0.46% | 0.76% | - |
| XYZ | 30.75 | 22.92 | 22.21 | - |
| YUV | 133.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 125 | 0 | 0.46 | 0.35 | 0.24 | 346.36 | 0.42 | 0.58 |
| Hex | C1 | 69 | 7D | 0 | 2E | 23 | 18 | 15A | 2A | 3A |
| Octal | 301 | 151 | 175 | 0 | 56 | 43 | 30 | 532 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1111101 | 0 | 101110 | 100011 | 11000 | 101011010 | 101010 | 111010 |
Color Harmonies of #C1697D
Complementary color
Monochromatic Colors of #C1697D
Black with #C1697D
Text Example
Text Example
White with #C1697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1697D; }
p { color: rgb(193,105,125); }
H1.HeaderClassName
{
color: #C1697D;
}
.AnyTagClassName
{
color: #C1697D;
}
</style>
background-color css
<style>
a { background-color: #C1697D; }
a { background-color: rgb(193,105,125); }
div.DivClassName
{
background-color: #C1697D;
}
.BgClassName
{
background-color: #C1697D;
}
</style>
border-color css
<style>
span { border-color: #C1697D; }
span { border-color: rgb(193,105,125); }
td.TdClassName
{
border-color: #C1697D;
}
.TagClassName
{
border-color: #C1697D;
}
</style>