Shades of Tapestry #C1637C
Tints of Tapestry #C1637C
RGB
CMYK
RGB Variations
Color information
#C1637C (or 0xC1637C) is known color: Tapestry. HEX triplet: C1, 63 and 7C. RGB value is (193,99,124). Sum of RGB (Red+Green+Blue) = 193+99+124=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1637C is #3E9C83. Grayscale: #818181. Windows color (decimal): -4103300 or 8152001. OLE color: 8152001.
HSL color Cylindrical-coordinate representation of color #C1637C: hue angle of 344.04º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1637C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 124 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.24 |
| HSL | 344.04º | 0.43% | 0.57% | - |
| HSV(B) | 344.04º | 0.49% | 0.76% | - |
| XYZ | 30.09 | 21.72 | 21.67 | - |
| YUV | 129.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 124 | 0 | 0.49 | 0.36 | 0.24 | 344.04 | 0.43 | 0.57 |
| Hex | C1 | 63 | 7C | 0 | 31 | 24 | 18 | 158 | 2B | 39 |
| Octal | 301 | 143 | 174 | 0 | 61 | 44 | 30 | 530 | 53 | 71 |
| Binary | 11000001 | 1100011 | 1111100 | 0 | 110001 | 100100 | 11000 | 101011000 | 101011 | 111001 |
Color Harmonies of #C1637C
Complementary color
Monochromatic Colors of #C1637C
Black with #C1637C
Text Example
Text Example
White with #C1637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1637C; }
p { color: rgb(193,99,124); }
H1.HeaderClassName
{
color: #C1637C;
}
.AnyTagClassName
{
color: #C1637C;
}
</style>
background-color css
<style>
a { background-color: #C1637C; }
a { background-color: rgb(193,99,124); }
div.DivClassName
{
background-color: #C1637C;
}
.BgClassName
{
background-color: #C1637C;
}
</style>
border-color css
<style>
span { border-color: #C1637C; }
span { border-color: rgb(193,99,124); }
td.TdClassName
{
border-color: #C1637C;
}
.TagClassName
{
border-color: #C1637C;
}
</style>