Shades of Tapestry #C4637E
Tints of Tapestry #C4637E
RGB
CMYK
RGB Variations
Color information
#C4637E (or 0xC4637E) is known color: Tapestry. HEX triplet: C4, 63 and 7E. RGB value is (196,99,126). Sum of RGB (Red+Green+Blue) = 196+99+126=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4637E is #3B9C81. Grayscale: #838383. Windows color (decimal): -3906690 or 8283076. OLE color: 8283076.
HSL color Cylindrical-coordinate representation of color #C4637E: hue angle of 343.3º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4637E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 126 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.23 |
| HSL | 343.3º | 0.45% | 0.58% | - |
| HSV(B) | 343.3º | 0.49% | 0.77% | - |
| XYZ | 30.99 | 22.17 | 22.38 | - |
| YUV | 131.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 126 | 0 | 0.49 | 0.36 | 0.23 | 343.3 | 0.45 | 0.58 |
| Hex | C4 | 63 | 7E | 0 | 31 | 24 | 17 | 157 | 2D | 3A |
| Octal | 304 | 143 | 176 | 0 | 61 | 44 | 27 | 527 | 55 | 72 |
| Binary | 11000100 | 1100011 | 1111110 | 0 | 110001 | 100100 | 10111 | 101010111 | 101101 | 111010 |
Color Harmonies of #C4637E
Complementary color
Monochromatic Colors of #C4637E
Black with #C4637E
Text Example
Text Example
White with #C4637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4637E; }
p { color: rgb(196,99,126); }
H1.HeaderClassName
{
color: #C4637E;
}
.AnyTagClassName
{
color: #C4637E;
}
</style>
background-color css
<style>
a { background-color: #C4637E; }
a { background-color: rgb(196,99,126); }
div.DivClassName
{
background-color: #C4637E;
}
.BgClassName
{
background-color: #C4637E;
}
</style>
border-color css
<style>
span { border-color: #C4637E; }
span { border-color: rgb(196,99,126); }
td.TdClassName
{
border-color: #C4637E;
}
.TagClassName
{
border-color: #C4637E;
}
</style>