Shades of Tapestry #C1697B
Tints of Tapestry #C1697B
RGB
CMYK
RGB Variations
Color information
#C1697B (or 0xC1697B) is known color: Tapestry. HEX triplet: C1, 69 and 7B. RGB value is (193,105,123). Sum of RGB (Red+Green+Blue) = 193+105+123=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697B is #3E9684. Grayscale: #858585. Windows color (decimal): -4101765 or 8088001. OLE color: 8088001.
HSL color Cylindrical-coordinate representation of color #C1697B: hue angle of 347.73º 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 #C1697B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 123 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.24 |
| HSL | 347.73º | 0.42% | 0.58% | - |
| HSV(B) | 347.73º | 0.46% | 0.76% | - |
| XYZ | 30.62 | 22.87 | 21.54 | - |
| YUV | 133.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 123 | 0 | 0.46 | 0.36 | 0.24 | 347.73 | 0.42 | 0.58 |
| Hex | C1 | 69 | 7B | 0 | 2E | 24 | 18 | 15C | 2A | 3A |
| Octal | 301 | 151 | 173 | 0 | 56 | 44 | 30 | 534 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1111011 | 0 | 101110 | 100100 | 11000 | 101011100 | 101010 | 111010 |
Color Harmonies of #C1697B
Complementary color
Monochromatic Colors of #C1697B
Black with #C1697B
Text Example
Text Example
White with #C1697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1697B; }
p { color: rgb(193,105,123); }
H1.HeaderClassName
{
color: #C1697B;
}
.AnyTagClassName
{
color: #C1697B;
}
</style>
background-color css
<style>
a { background-color: #C1697B; }
a { background-color: rgb(193,105,123); }
div.DivClassName
{
background-color: #C1697B;
}
.BgClassName
{
background-color: #C1697B;
}
</style>
border-color css
<style>
span { border-color: #C1697B; }
span { border-color: rgb(193,105,123); }
td.TdClassName
{
border-color: #C1697B;
}
.TagClassName
{
border-color: #C1697B;
}
</style>