Shades of Tapestry #C3637F
Tints of Tapestry #C3637F
RGB
CMYK
RGB Variations
Color information
#C3637F (or 0xC3637F) is known color: Tapestry. HEX triplet: C3, 63 and 7F. RGB value is (195,99,127). Sum of RGB (Red+Green+Blue) = 195+99+127=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3637F is #3C9C80. Grayscale: #828282. Windows color (decimal): -3972225 or 8348611. OLE color: 8348611.
HSL color Cylindrical-coordinate representation of color #C3637F: hue angle of 342.5º 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 #C3637F is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 127 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.24 |
| HSL | 342.5º | 0.44% | 0.58% | - |
| HSV(B) | 342.5º | 0.49% | 0.76% | - |
| XYZ | 30.8 | 22.06 | 22.71 | - |
| YUV | 130.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 127 | 0 | 0.49 | 0.35 | 0.24 | 342.5 | 0.44 | 0.58 |
| Hex | C3 | 63 | 7F | 0 | 31 | 23 | 18 | 156 | 2C | 3A |
| Octal | 303 | 143 | 177 | 0 | 61 | 43 | 30 | 526 | 54 | 72 |
| Binary | 11000011 | 1100011 | 1111111 | 0 | 110001 | 100011 | 11000 | 101010110 | 101100 | 111010 |
Color Harmonies of #C3637F
Complementary color
Monochromatic Colors of #C3637F
Black with #C3637F
Text Example
Text Example
White with #C3637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3637F; }
p { color: rgb(195,99,127); }
H1.HeaderClassName
{
color: #C3637F;
}
.AnyTagClassName
{
color: #C3637F;
}
</style>
background-color css
<style>
a { background-color: #C3637F; }
a { background-color: rgb(195,99,127); }
div.DivClassName
{
background-color: #C3637F;
}
.BgClassName
{
background-color: #C3637F;
}
</style>
border-color css
<style>
span { border-color: #C3637F; }
span { border-color: rgb(195,99,127); }
td.TdClassName
{
border-color: #C3637F;
}
.TagClassName
{
border-color: #C3637F;
}
</style>