Shades of Tapestry #C1627A
Tints of Tapestry #C1627A
RGB
CMYK
RGB Variations
Color information
#C1627A (or 0xC1627A) is known color: Tapestry. HEX triplet: C1, 62 and 7A. RGB value is (193,98,122). Sum of RGB (Red+Green+Blue) = 193+98+122=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1627A is #3E9D85. Grayscale: #818181. Windows color (decimal): -4103558 or 8020673. OLE color: 8020673.
HSL color Cylindrical-coordinate representation of color #C1627A: hue angle of 344.84º 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 #C1627A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 122 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.24 |
| HSL | 344.84º | 0.43% | 0.57% | - |
| HSV(B) | 344.84º | 0.49% | 0.76% | - |
| XYZ | 29.87 | 21.48 | 20.98 | - |
| YUV | 129.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 122 | 0 | 0.49 | 0.37 | 0.24 | 344.84 | 0.43 | 0.57 |
| Hex | C1 | 62 | 7A | 0 | 31 | 25 | 18 | 159 | 2B | 39 |
| Octal | 301 | 142 | 172 | 0 | 61 | 45 | 30 | 531 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1111010 | 0 | 110001 | 100101 | 11000 | 101011001 | 101011 | 111001 |
Color Harmonies of #C1627A
Complementary color
Monochromatic Colors of #C1627A
Black with #C1627A
Text Example
Text Example
White with #C1627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1627A; }
p { color: rgb(193,98,122); }
H1.HeaderClassName
{
color: #C1627A;
}
.AnyTagClassName
{
color: #C1627A;
}
</style>
background-color css
<style>
a { background-color: #C1627A; }
a { background-color: rgb(193,98,122); }
div.DivClassName
{
background-color: #C1627A;
}
.BgClassName
{
background-color: #C1627A;
}
</style>
border-color css
<style>
span { border-color: #C1627A; }
span { border-color: rgb(193,98,122); }
td.TdClassName
{
border-color: #C1627A;
}
.TagClassName
{
border-color: #C1627A;
}
</style>