Shades of Tapestry #C2637D
Tints of Tapestry #C2637D
RGB
CMYK
RGB Variations
Color information
#C2637D (or 0xC2637D) is known color: Tapestry. HEX triplet: C2, 63 and 7D. RGB value is (194,99,125). Sum of RGB (Red+Green+Blue) = 194+99+125=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2637D is #3D9C82. Grayscale: #828282. Windows color (decimal): -4037763 or 8217538. OLE color: 8217538.
HSL color Cylindrical-coordinate representation of color #C2637D: hue angle of 343.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2637D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 125 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.24 |
| HSL | 343.58º | 0.44% | 0.57% | - |
| HSV(B) | 343.58º | 0.49% | 0.76% | - |
| XYZ | 30.41 | 21.87 | 22.02 | - |
| YUV | 130.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 125 | 0 | 0.49 | 0.36 | 0.24 | 343.58 | 0.44 | 0.57 |
| Hex | C2 | 63 | 7D | 0 | 31 | 24 | 18 | 158 | 2C | 39 |
| Octal | 302 | 143 | 175 | 0 | 61 | 44 | 30 | 530 | 54 | 71 |
| Binary | 11000010 | 1100011 | 1111101 | 0 | 110001 | 100100 | 11000 | 101011000 | 101100 | 111001 |
Color Harmonies of #C2637D
Complementary color
Monochromatic Colors of #C2637D
Black with #C2637D
Text Example
Text Example
White with #C2637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2637D; }
p { color: rgb(194,99,125); }
H1.HeaderClassName
{
color: #C2637D;
}
.AnyTagClassName
{
color: #C2637D;
}
</style>
background-color css
<style>
a { background-color: #C2637D; }
a { background-color: rgb(194,99,125); }
div.DivClassName
{
background-color: #C2637D;
}
.BgClassName
{
background-color: #C2637D;
}
</style>
border-color css
<style>
span { border-color: #C2637D; }
span { border-color: rgb(194,99,125); }
td.TdClassName
{
border-color: #C2637D;
}
.TagClassName
{
border-color: #C2637D;
}
</style>