Shades of Tapestry #C1737B
Tints of Tapestry #C1737B
RGB
CMYK
RGB Variations
Color information
#C1737B (or 0xC1737B) is known color: Tapestry. HEX triplet: C1, 73 and 7B. RGB value is (193,115,123). Sum of RGB (Red+Green+Blue) = 193+115+123=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1737B is #3E8C84. Grayscale: #8B8B8B. Windows color (decimal): -4099205 or 8090561. OLE color: 8090561.
HSL color Cylindrical-coordinate representation of color #C1737B: hue angle of 353.85º 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 #C1737B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 123 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.24 |
| HSL | 353.85º | 0.39% | 0.6% | - |
| HSV(B) | 353.85º | 0.4% | 0.76% | - |
| XYZ | 31.7 | 25.03 | 21.9 | - |
| YUV | 139.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 123 | 0 | 0.40 | 0.36 | 0.24 | 353.85 | 0.39 | 0.6 |
| Hex | C1 | 73 | 7B | 0 | 28 | 24 | 18 | 162 | 27 | 3C |
| Octal | 301 | 163 | 173 | 0 | 50 | 44 | 30 | 542 | 47 | 74 |
| Binary | 11000001 | 1110011 | 1111011 | 0 | 101000 | 100100 | 11000 | 101100010 | 100111 | 111100 |
Color Harmonies of #C1737B
Complementary color
Monochromatic Colors of #C1737B
Black with #C1737B
Text Example
Text Example
White with #C1737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1737B; }
p { color: rgb(193,115,123); }
H1.HeaderClassName
{
color: #C1737B;
}
.AnyTagClassName
{
color: #C1737B;
}
</style>
background-color css
<style>
a { background-color: #C1737B; }
a { background-color: rgb(193,115,123); }
div.DivClassName
{
background-color: #C1737B;
}
.BgClassName
{
background-color: #C1737B;
}
</style>
border-color css
<style>
span { border-color: #C1737B; }
span { border-color: rgb(193,115,123); }
td.TdClassName
{
border-color: #C1737B;
}
.TagClassName
{
border-color: #C1737B;
}
</style>