Shades of Tapestry #C1757B
Tints of Tapestry #C1757B
RGB
CMYK
RGB Variations
Color information
#C1757B (or 0xC1757B) is known color: Tapestry. HEX triplet: C1, 75 and 7B. RGB value is (193,117,123). Sum of RGB (Red+Green+Blue) = 193+117+123=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1757B is #3E8A84. Grayscale: #8C8C8C. Windows color (decimal): -4098693 or 8091073. OLE color: 8091073.
HSL color Cylindrical-coordinate representation of color #C1757B: hue angle of 355.26º 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 #C1757B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 123 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.24 |
| HSL | 355.26º | 0.38% | 0.61% | - |
| HSV(B) | 355.26º | 0.39% | 0.76% | - |
| XYZ | 31.93 | 25.49 | 21.98 | - |
| YUV | 140.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 123 | 0 | 0.39 | 0.36 | 0.24 | 355.26 | 0.38 | 0.61 |
| Hex | C1 | 75 | 7B | 0 | 27 | 24 | 18 | 163 | 26 | 3D |
| Octal | 301 | 165 | 173 | 0 | 47 | 44 | 30 | 543 | 46 | 75 |
| Binary | 11000001 | 1110101 | 1111011 | 0 | 100111 | 100100 | 11000 | 101100011 | 100110 | 111101 |
Color Harmonies of #C1757B
Complementary color
Monochromatic Colors of #C1757B
Black with #C1757B
Text Example
Text Example
White with #C1757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1757B; }
p { color: rgb(193,117,123); }
H1.HeaderClassName
{
color: #C1757B;
}
.AnyTagClassName
{
color: #C1757B;
}
</style>
background-color css
<style>
a { background-color: #C1757B; }
a { background-color: rgb(193,117,123); }
div.DivClassName
{
background-color: #C1757B;
}
.BgClassName
{
background-color: #C1757B;
}
</style>
border-color css
<style>
span { border-color: #C1757B; }
span { border-color: rgb(193,117,123); }
td.TdClassName
{
border-color: #C1757B;
}
.TagClassName
{
border-color: #C1757B;
}
</style>