Shades of Tapestry #C4627C
Tints of Tapestry #C4627C
RGB
CMYK
RGB Variations
Color information
#C4627C (or 0xC4627C) is known color: Tapestry. HEX triplet: C4, 62 and 7C. RGB value is (196,98,124). Sum of RGB (Red+Green+Blue) = 196+98+124=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4627C is #3B9D83. Grayscale: #828282. Windows color (decimal): -3906948 or 8151748. OLE color: 8151748.
HSL color Cylindrical-coordinate representation of color #C4627C: hue angle of 344.08º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4627C is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 124 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.23 |
| HSL | 344.08º | 0.45% | 0.58% | - |
| HSV(B) | 344.08º | 0.5% | 0.77% | - |
| XYZ | 30.77 | 21.93 | 21.68 | - |
| YUV | 130.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 124 | 0 | 0.5 | 0.37 | 0.23 | 344.08 | 0.45 | 0.58 |
| Hex | C4 | 62 | 7C | 0 | 32 | 25 | 17 | 158 | 2D | 3A |
| Octal | 304 | 142 | 174 | 0 | 62 | 45 | 27 | 530 | 55 | 72 |
| Binary | 11000100 | 1100010 | 1111100 | 0 | 110010 | 100101 | 10111 | 101011000 | 101101 | 111010 |
Color Harmonies of #C4627C
Complementary color
Monochromatic Colors of #C4627C
Black with #C4627C
Text Example
Text Example
White with #C4627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4627C; }
p { color: rgb(196,98,124); }
H1.HeaderClassName
{
color: #C4627C;
}
.AnyTagClassName
{
color: #C4627C;
}
</style>
background-color css
<style>
a { background-color: #C4627C; }
a { background-color: rgb(196,98,124); }
div.DivClassName
{
background-color: #C4627C;
}
.BgClassName
{
background-color: #C4627C;
}
</style>
border-color css
<style>
span { border-color: #C4627C; }
span { border-color: rgb(196,98,124); }
td.TdClassName
{
border-color: #C4627C;
}
.TagClassName
{
border-color: #C4627C;
}
</style>