Shades of Tapestry #C2717D
Tints of Tapestry #C2717D
RGB
CMYK
RGB Variations
Color information
#C2717D (or 0xC2717D) is known color: Tapestry. HEX triplet: C2, 71 and 7D. RGB value is (194,113,125). Sum of RGB (Red+Green+Blue) = 194+113+125=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2717D is #3D8E82. Grayscale: #8A8A8A. Windows color (decimal): -4034179 or 8221122. OLE color: 8221122.
HSL color Cylindrical-coordinate representation of color #C2717D: hue angle of 351.11º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2717D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 125 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.24 |
| HSL | 351.11º | 0.4% | 0.6% | - |
| HSV(B) | 351.11º | 0.42% | 0.76% | - |
| XYZ | 31.85 | 24.76 | 22.5 | - |
| YUV | 138.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 125 | 0 | 0.42 | 0.36 | 0.24 | 351.11 | 0.4 | 0.6 |
| Hex | C2 | 71 | 7D | 0 | 2A | 24 | 18 | 15F | 28 | 3C |
| Octal | 302 | 161 | 175 | 0 | 52 | 44 | 30 | 537 | 50 | 74 |
| Binary | 11000010 | 1110001 | 1111101 | 0 | 101010 | 100100 | 11000 | 101011111 | 101000 | 111100 |
Color Harmonies of #C2717D
Complementary color
Monochromatic Colors of #C2717D
Black with #C2717D
Text Example
Text Example
White with #C2717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2717D; }
p { color: rgb(194,113,125); }
H1.HeaderClassName
{
color: #C2717D;
}
.AnyTagClassName
{
color: #C2717D;
}
</style>
background-color css
<style>
a { background-color: #C2717D; }
a { background-color: rgb(194,113,125); }
div.DivClassName
{
background-color: #C2717D;
}
.BgClassName
{
background-color: #C2717D;
}
</style>
border-color css
<style>
span { border-color: #C2717D; }
span { border-color: rgb(194,113,125); }
td.TdClassName
{
border-color: #C2717D;
}
.TagClassName
{
border-color: #C2717D;
}
</style>