Shades of Tapestry #C1738A
Tints of Tapestry #C1738A
RGB
CMYK
RGB Variations
Color information
#C1738A (or 0xC1738A) is known color: Tapestry. HEX triplet: C1, 73 and 8A. RGB value is (193,115,138). Sum of RGB (Red+Green+Blue) = 193+115+138=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1738A is #3E8C75. Grayscale: #8C8C8C. Windows color (decimal): -4099190 or 9073601. OLE color: 9073601.
HSL color Cylindrical-coordinate representation of color #C1738A: hue angle of 342.31º 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 #C1738A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 138 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.24 |
| HSL | 342.31º | 0.39% | 0.6% | - |
| HSV(B) | 342.31º | 0.4% | 0.76% | - |
| XYZ | 32.71 | 25.43 | 27.23 | - |
| YUV | 140.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 138 | 0 | 0.40 | 0.28 | 0.24 | 342.31 | 0.39 | 0.6 |
| Hex | C1 | 73 | 8A | 0 | 28 | 1C | 18 | 156 | 27 | 3C |
| Octal | 301 | 163 | 212 | 0 | 50 | 34 | 30 | 526 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10001010 | 0 | 101000 | 11100 | 11000 | 101010110 | 100111 | 111100 |
Color Harmonies of #C1738A
Complementary color
Monochromatic Colors of #C1738A
Black with #C1738A
Text Example
Text Example
White with #C1738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1738A; }
p { color: rgb(193,115,138); }
H1.HeaderClassName
{
color: #C1738A;
}
.AnyTagClassName
{
color: #C1738A;
}
</style>
background-color css
<style>
a { background-color: #C1738A; }
a { background-color: rgb(193,115,138); }
div.DivClassName
{
background-color: #C1738A;
}
.BgClassName
{
background-color: #C1738A;
}
</style>
border-color css
<style>
span { border-color: #C1738A; }
span { border-color: rgb(193,115,138); }
td.TdClassName
{
border-color: #C1738A;
}
.TagClassName
{
border-color: #C1738A;
}
</style>