Shades of Tapestry #C1757F
Tints of Tapestry #C1757F
RGB
CMYK
RGB Variations
Color information
#C1757F (or 0xC1757F) is known color: Tapestry. HEX triplet: C1, 75 and 7F. RGB value is (193,117,127). Sum of RGB (Red+Green+Blue) = 193+117+127=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757F is #3E8A80. Grayscale: #8C8C8C. Windows color (decimal): -4098689 or 8353217. OLE color: 8353217.
HSL color Cylindrical-coordinate representation of color #C1757F: hue angle of 352.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1757F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 127 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.24 |
| HSL | 352.11º | 0.38% | 0.61% | - |
| HSV(B) | 352.11º | 0.39% | 0.76% | - |
| XYZ | 32.18 | 25.59 | 23.32 | - |
| YUV | 140.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 127 | 0 | 0.39 | 0.34 | 0.24 | 352.11 | 0.38 | 0.61 |
| Hex | C1 | 75 | 7F | 0 | 27 | 22 | 18 | 160 | 26 | 3D |
| Octal | 301 | 165 | 177 | 0 | 47 | 42 | 30 | 540 | 46 | 75 |
| Binary | 11000001 | 1110101 | 1111111 | 0 | 100111 | 100010 | 11000 | 101100000 | 100110 | 111101 |
Color Harmonies of #C1757F
Complementary color
Monochromatic Colors of #C1757F
Black with #C1757F
Text Example
Text Example
White with #C1757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1757F; }
p { color: rgb(193,117,127); }
H1.HeaderClassName
{
color: #C1757F;
}
.AnyTagClassName
{
color: #C1757F;
}
</style>
background-color css
<style>
a { background-color: #C1757F; }
a { background-color: rgb(193,117,127); }
div.DivClassName
{
background-color: #C1757F;
}
.BgClassName
{
background-color: #C1757F;
}
</style>
border-color css
<style>
span { border-color: #C1757F; }
span { border-color: rgb(193,117,127); }
td.TdClassName
{
border-color: #C1757F;
}
.TagClassName
{
border-color: #C1757F;
}
</style>