Shades of Tapestry #C2737C
Tints of Tapestry #C2737C
RGB
CMYK
RGB Variations
Color information
#C2737C (or 0xC2737C) is known color: Tapestry. HEX triplet: C2, 73 and 7C. RGB value is (194,115,124). Sum of RGB (Red+Green+Blue) = 194+115+124=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2737C is #3D8C83. Grayscale: #8B8B8B. Windows color (decimal): -4033668 or 8156098. OLE color: 8156098.
HSL color Cylindrical-coordinate representation of color #C2737C: hue angle of 353.16º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2737C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 124 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.24 |
| HSL | 353.16º | 0.39% | 0.61% | - |
| HSV(B) | 353.16º | 0.41% | 0.76% | - |
| XYZ | 32.02 | 25.19 | 22.24 | - |
| YUV | 139.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 124 | 0 | 0.41 | 0.36 | 0.24 | 353.16 | 0.39 | 0.61 |
| Hex | C2 | 73 | 7C | 0 | 29 | 24 | 18 | 161 | 27 | 3D |
| Octal | 302 | 163 | 174 | 0 | 51 | 44 | 30 | 541 | 47 | 75 |
| Binary | 11000010 | 1110011 | 1111100 | 0 | 101001 | 100100 | 11000 | 101100001 | 100111 | 111101 |
Color Harmonies of #C2737C
Complementary color
Monochromatic Colors of #C2737C
Black with #C2737C
Text Example
Text Example
White with #C2737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2737C; }
p { color: rgb(194,115,124); }
H1.HeaderClassName
{
color: #C2737C;
}
.AnyTagClassName
{
color: #C2737C;
}
</style>
background-color css
<style>
a { background-color: #C2737C; }
a { background-color: rgb(194,115,124); }
div.DivClassName
{
background-color: #C2737C;
}
.BgClassName
{
background-color: #C2737C;
}
</style>
border-color css
<style>
span { border-color: #C2737C; }
span { border-color: rgb(194,115,124); }
td.TdClassName
{
border-color: #C2737C;
}
.TagClassName
{
border-color: #C2737C;
}
</style>