Shades of Tapestry #C3627F
Tints of Tapestry #C3627F
RGB
CMYK
RGB Variations
Color information
#C3627F (or 0xC3627F) is known color: Tapestry. HEX triplet: C3, 62 and 7F. RGB value is (195,98,127). Sum of RGB (Red+Green+Blue) = 195+98+127=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3627F is #3C9D80. Grayscale: #828282. Windows color (decimal): -3972481 or 8348355. OLE color: 8348355.
HSL color Cylindrical-coordinate representation of color #C3627F: hue angle of 342.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3627F is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 127 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.24 |
| HSL | 342.06º | 0.45% | 0.57% | - |
| HSV(B) | 342.06º | 0.5% | 0.76% | - |
| XYZ | 30.7 | 21.87 | 22.68 | - |
| YUV | 130.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 127 | 0 | 0.50 | 0.35 | 0.24 | 342.06 | 0.45 | 0.57 |
| Hex | C3 | 62 | 7F | 0 | 32 | 23 | 18 | 156 | 2D | 39 |
| Octal | 303 | 142 | 177 | 0 | 62 | 43 | 30 | 526 | 55 | 71 |
| Binary | 11000011 | 1100010 | 1111111 | 0 | 110010 | 100011 | 11000 | 101010110 | 101101 | 111001 |
Color Harmonies of #C3627F
Complementary color
Monochromatic Colors of #C3627F
Black with #C3627F
Text Example
Text Example
White with #C3627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3627F; }
p { color: rgb(195,98,127); }
H1.HeaderClassName
{
color: #C3627F;
}
.AnyTagClassName
{
color: #C3627F;
}
</style>
background-color css
<style>
a { background-color: #C3627F; }
a { background-color: rgb(195,98,127); }
div.DivClassName
{
background-color: #C3627F;
}
.BgClassName
{
background-color: #C3627F;
}
</style>
border-color css
<style>
span { border-color: #C3627F; }
span { border-color: rgb(195,98,127); }
td.TdClassName
{
border-color: #C3627F;
}
.TagClassName
{
border-color: #C3627F;
}
</style>