Shades of Tapestry #C46B7A
Tints of Tapestry #C46B7A
RGB
CMYK
RGB Variations
Color information
#C46B7A (or 0xC46B7A) is known color: Tapestry. HEX triplet: C4, 6B and 7A. RGB value is (196,107,122). Sum of RGB (Red+Green+Blue) = 196+107+122=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B7A is #3B9485. Grayscale: #878787. Windows color (decimal): -3904646 or 8022980. OLE color: 8022980.
HSL color Cylindrical-coordinate representation of color #C46B7A: hue angle of 349.89º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46B7A is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 122 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.23 |
| HSL | 349.89º | 0.43% | 0.59% | - |
| HSV(B) | 349.89º | 0.45% | 0.77% | - |
| XYZ | 31.54 | 23.66 | 21.32 | - |
| YUV | 135.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 122 | 0 | 0.45 | 0.38 | 0.23 | 349.89 | 0.43 | 0.59 |
| Hex | C4 | 6B | 7A | 0 | 2D | 26 | 17 | 15E | 2B | 3B |
| Octal | 304 | 153 | 172 | 0 | 55 | 46 | 27 | 536 | 53 | 73 |
| Binary | 11000100 | 1101011 | 1111010 | 0 | 101101 | 100110 | 10111 | 101011110 | 101011 | 111011 |
Color Harmonies of #C46B7A
Complementary color
Monochromatic Colors of #C46B7A
Black with #C46B7A
Text Example
Text Example
White with #C46B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B7A; }
p { color: rgb(196,107,122); }
H1.HeaderClassName
{
color: #C46B7A;
}
.AnyTagClassName
{
color: #C46B7A;
}
</style>
background-color css
<style>
a { background-color: #C46B7A; }
a { background-color: rgb(196,107,122); }
div.DivClassName
{
background-color: #C46B7A;
}
.BgClassName
{
background-color: #C46B7A;
}
</style>
border-color css
<style>
span { border-color: #C46B7A; }
span { border-color: rgb(196,107,122); }
td.TdClassName
{
border-color: #C46B7A;
}
.TagClassName
{
border-color: #C46B7A;
}
</style>