Shades of Tapestry #C1737A
Tints of Tapestry #C1737A
RGB
CMYK
RGB Variations
Color information
#C1737A (or 0xC1737A) is known color: Tapestry. HEX triplet: C1, 73 and 7A. RGB value is (193,115,122). Sum of RGB (Red+Green+Blue) = 193+115+122=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737A is #3E8C85. Grayscale: #8B8B8B. Windows color (decimal): -4099206 or 8025025. OLE color: 8025025.
HSL color Cylindrical-coordinate representation of color #C1737A: hue angle of 354.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1737A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 122 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.24 |
| HSL | 354.62º | 0.39% | 0.6% | - |
| HSV(B) | 354.62º | 0.4% | 0.76% | - |
| XYZ | 31.64 | 25 | 21.57 | - |
| YUV | 139.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 122 | 0 | 0.40 | 0.37 | 0.24 | 354.62 | 0.39 | 0.6 |
| Hex | C1 | 73 | 7A | 0 | 28 | 25 | 18 | 163 | 27 | 3C |
| Octal | 301 | 163 | 172 | 0 | 50 | 45 | 30 | 543 | 47 | 74 |
| Binary | 11000001 | 1110011 | 1111010 | 0 | 101000 | 100101 | 11000 | 101100011 | 100111 | 111100 |
Color Harmonies of #C1737A
Complementary color
Monochromatic Colors of #C1737A
Black with #C1737A
Text Example
Text Example
White with #C1737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1737A; }
p { color: rgb(193,115,122); }
H1.HeaderClassName
{
color: #C1737A;
}
.AnyTagClassName
{
color: #C1737A;
}
</style>
background-color css
<style>
a { background-color: #C1737A; }
a { background-color: rgb(193,115,122); }
div.DivClassName
{
background-color: #C1737A;
}
.BgClassName
{
background-color: #C1737A;
}
</style>
border-color css
<style>
span { border-color: #C1737A; }
span { border-color: rgb(193,115,122); }
td.TdClassName
{
border-color: #C1737A;
}
.TagClassName
{
border-color: #C1737A;
}
</style>