Shades of Tapestry #C4627D
Tints of Tapestry #C4627D
RGB
CMYK
RGB Variations
Color information
#C4627D (or 0xC4627D) is known color: Tapestry. HEX triplet: C4, 62 and 7D. RGB value is (196,98,125). Sum of RGB (Red+Green+Blue) = 196+98+125=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4627D is #3B9D82. Grayscale: #828282. Windows color (decimal): -3906947 or 8217284. OLE color: 8217284.
HSL color Cylindrical-coordinate representation of color #C4627D: hue angle of 343.47º 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 #C4627D is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 125 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.23 |
| HSL | 343.47º | 0.45% | 0.58% | - |
| HSV(B) | 343.47º | 0.5% | 0.77% | - |
| XYZ | 30.83 | 21.95 | 22.01 | - |
| YUV | 130.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 125 | 0 | 0.5 | 0.36 | 0.23 | 343.47 | 0.45 | 0.58 |
| Hex | C4 | 62 | 7D | 0 | 32 | 24 | 17 | 157 | 2D | 3A |
| Octal | 304 | 142 | 175 | 0 | 62 | 44 | 27 | 527 | 55 | 72 |
| Binary | 11000100 | 1100010 | 1111101 | 0 | 110010 | 100100 | 10111 | 101010111 | 101101 | 111010 |
Color Harmonies of #C4627D
Complementary color
Monochromatic Colors of #C4627D
Black with #C4627D
Text Example
Text Example
White with #C4627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4627D; }
p { color: rgb(196,98,125); }
H1.HeaderClassName
{
color: #C4627D;
}
.AnyTagClassName
{
color: #C4627D;
}
</style>
background-color css
<style>
a { background-color: #C4627D; }
a { background-color: rgb(196,98,125); }
div.DivClassName
{
background-color: #C4627D;
}
.BgClassName
{
background-color: #C4627D;
}
</style>
border-color css
<style>
span { border-color: #C4627D; }
span { border-color: rgb(196,98,125); }
td.TdClassName
{
border-color: #C4627D;
}
.TagClassName
{
border-color: #C4627D;
}
</style>