Shades of Tapestry #C1617A
Tints of Tapestry #C1617A
RGB
CMYK
RGB Variations
Color information
#C1617A (or 0xC1617A) is known color: Tapestry. HEX triplet: C1, 61 and 7A. RGB value is (193,97,122). Sum of RGB (Red+Green+Blue) = 193+97+122=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1617A is #3E9E85. Grayscale: #808080. Windows color (decimal): -4103814 or 8020417. OLE color: 8020417.
HSL color Cylindrical-coordinate representation of color #C1617A: hue angle of 344.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1617A is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 122 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.24 |
| HSL | 344.38º | 0.44% | 0.57% | - |
| HSV(B) | 344.38º | 0.5% | 0.76% | - |
| XYZ | 29.78 | 21.29 | 20.95 | - |
| YUV | 128.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 122 | 0 | 0.50 | 0.37 | 0.24 | 344.38 | 0.44 | 0.57 |
| Hex | C1 | 61 | 7A | 0 | 32 | 25 | 18 | 158 | 2C | 39 |
| Octal | 301 | 141 | 172 | 0 | 62 | 45 | 30 | 530 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1111010 | 0 | 110010 | 100101 | 11000 | 101011000 | 101100 | 111001 |
Color Harmonies of #C1617A
Complementary color
Monochromatic Colors of #C1617A
Black with #C1617A
Text Example
Text Example
White with #C1617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1617A; }
p { color: rgb(193,97,122); }
H1.HeaderClassName
{
color: #C1617A;
}
.AnyTagClassName
{
color: #C1617A;
}
</style>
background-color css
<style>
a { background-color: #C1617A; }
a { background-color: rgb(193,97,122); }
div.DivClassName
{
background-color: #C1617A;
}
.BgClassName
{
background-color: #C1617A;
}
</style>
border-color css
<style>
span { border-color: #C1617A; }
span { border-color: rgb(193,97,122); }
td.TdClassName
{
border-color: #C1617A;
}
.TagClassName
{
border-color: #C1617A;
}
</style>