Shades of Tapestry #C3637A
Tints of Tapestry #C3637A
RGB
CMYK
RGB Variations
Color information
#C3637A (or 0xC3637A) is known color: Tapestry. HEX triplet: C3, 63 and 7A. RGB value is (195,99,122). Sum of RGB (Red+Green+Blue) = 195+99+122=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3637A is #3C9C85. Grayscale: #828282. Windows color (decimal): -3972230 or 8020931. OLE color: 8020931.
HSL color Cylindrical-coordinate representation of color #C3637A: hue angle of 345.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3637A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 122 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.24 |
| HSL | 345.63º | 0.44% | 0.58% | - |
| HSV(B) | 345.63º | 0.49% | 0.76% | - |
| XYZ | 30.48 | 21.93 | 21.04 | - |
| YUV | 130.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 122 | 0 | 0.49 | 0.37 | 0.24 | 345.63 | 0.44 | 0.58 |
| Hex | C3 | 63 | 7A | 0 | 31 | 25 | 18 | 15A | 2C | 3A |
| Octal | 303 | 143 | 172 | 0 | 61 | 45 | 30 | 532 | 54 | 72 |
| Binary | 11000011 | 1100011 | 1111010 | 0 | 110001 | 100101 | 11000 | 101011010 | 101100 | 111010 |
Color Harmonies of #C3637A
Complementary color
Monochromatic Colors of #C3637A
Black with #C3637A
Text Example
Text Example
White with #C3637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3637A; }
p { color: rgb(195,99,122); }
H1.HeaderClassName
{
color: #C3637A;
}
.AnyTagClassName
{
color: #C3637A;
}
</style>
background-color css
<style>
a { background-color: #C3637A; }
a { background-color: rgb(195,99,122); }
div.DivClassName
{
background-color: #C3637A;
}
.BgClassName
{
background-color: #C3637A;
}
</style>
border-color css
<style>
span { border-color: #C3637A; }
span { border-color: rgb(195,99,122); }
td.TdClassName
{
border-color: #C3637A;
}
.TagClassName
{
border-color: #C3637A;
}
</style>