Shades of Tapestry #C2717A
Tints of Tapestry #C2717A
RGB
CMYK
RGB Variations
Color information
#C2717A (or 0xC2717A) is known color: Tapestry. HEX triplet: C2, 71 and 7A. RGB value is (194,113,122). Sum of RGB (Red+Green+Blue) = 194+113+122=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2717A is #3D8E85. Grayscale: #8A8A8A. Windows color (decimal): -4034182 or 8024514. OLE color: 8024514.
HSL color Cylindrical-coordinate representation of color #C2717A: hue angle of 353.33º 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 #C2717A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 122 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.24 |
| HSL | 353.33º | 0.4% | 0.6% | - |
| HSV(B) | 353.33º | 0.42% | 0.76% | - |
| XYZ | 31.67 | 24.68 | 21.51 | - |
| YUV | 138.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 122 | 0 | 0.42 | 0.37 | 0.24 | 353.33 | 0.4 | 0.6 |
| Hex | C2 | 71 | 7A | 0 | 2A | 25 | 18 | 161 | 28 | 3C |
| Octal | 302 | 161 | 172 | 0 | 52 | 45 | 30 | 541 | 50 | 74 |
| Binary | 11000010 | 1110001 | 1111010 | 0 | 101010 | 100101 | 11000 | 101100001 | 101000 | 111100 |
Color Harmonies of #C2717A
Complementary color
Monochromatic Colors of #C2717A
Black with #C2717A
Text Example
Text Example
White with #C2717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2717A; }
p { color: rgb(194,113,122); }
H1.HeaderClassName
{
color: #C2717A;
}
.AnyTagClassName
{
color: #C2717A;
}
</style>
background-color css
<style>
a { background-color: #C2717A; }
a { background-color: rgb(194,113,122); }
div.DivClassName
{
background-color: #C2717A;
}
.BgClassName
{
background-color: #C2717A;
}
</style>
border-color css
<style>
span { border-color: #C2717A; }
span { border-color: rgb(194,113,122); }
td.TdClassName
{
border-color: #C2717A;
}
.TagClassName
{
border-color: #C2717A;
}
</style>