Shades of Tapestry #C2737B
Tints of Tapestry #C2737B
RGB
CMYK
RGB Variations
Color information
#C2737B (or 0xC2737B) is known color: Tapestry. HEX triplet: C2, 73 and 7B. RGB value is (194,115,123). Sum of RGB (Red+Green+Blue) = 194+115+123=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2737B is #3D8C84. Grayscale: #8B8B8B. Windows color (decimal): -4033669 or 8090562. OLE color: 8090562.
HSL color Cylindrical-coordinate representation of color #C2737B: hue angle of 353.92º 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 #C2737B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 123 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.24 |
| HSL | 353.92º | 0.39% | 0.61% | - |
| HSV(B) | 353.92º | 0.41% | 0.76% | - |
| XYZ | 31.95 | 25.16 | 21.91 | - |
| YUV | 139.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 123 | 0 | 0.41 | 0.37 | 0.24 | 353.92 | 0.39 | 0.61 |
| Hex | C2 | 73 | 7B | 0 | 29 | 25 | 18 | 162 | 27 | 3D |
| Octal | 302 | 163 | 173 | 0 | 51 | 45 | 30 | 542 | 47 | 75 |
| Binary | 11000010 | 1110011 | 1111011 | 0 | 101001 | 100101 | 11000 | 101100010 | 100111 | 111101 |
Color Harmonies of #C2737B
Complementary color
Monochromatic Colors of #C2737B
Black with #C2737B
Text Example
Text Example
White with #C2737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2737B; }
p { color: rgb(194,115,123); }
H1.HeaderClassName
{
color: #C2737B;
}
.AnyTagClassName
{
color: #C2737B;
}
</style>
background-color css
<style>
a { background-color: #C2737B; }
a { background-color: rgb(194,115,123); }
div.DivClassName
{
background-color: #C2737B;
}
.BgClassName
{
background-color: #C2737B;
}
</style>
border-color css
<style>
span { border-color: #C2737B; }
span { border-color: rgb(194,115,123); }
td.TdClassName
{
border-color: #C2737B;
}
.TagClassName
{
border-color: #C2737B;
}
</style>