Shades of Tapestry #C46C79
Tints of Tapestry #C46C79
RGB
CMYK
RGB Variations
Color information
#C46C79 (or 0xC46C79) is known color: Tapestry. HEX triplet: C4, 6C and 79. RGB value is (196,108,121). Sum of RGB (Red+Green+Blue) = 196+108+121=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C79 is #3B9386. Grayscale: #878787. Windows color (decimal): -3904391 or 7957700. OLE color: 7957700.
HSL color Cylindrical-coordinate representation of color #C46C79: hue angle of 351.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C79 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 121 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.23 |
| HSL | 351.14º | 0.43% | 0.6% | - |
| HSV(B) | 351.14º | 0.45% | 0.77% | - |
| XYZ | 31.58 | 23.84 | 21.03 | - |
| YUV | 135.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 121 | 0 | 0.45 | 0.38 | 0.23 | 351.14 | 0.43 | 0.6 |
| Hex | C4 | 6C | 79 | 0 | 2D | 26 | 17 | 15F | 2B | 3C |
| Octal | 304 | 154 | 171 | 0 | 55 | 46 | 27 | 537 | 53 | 74 |
| Binary | 11000100 | 1101100 | 1111001 | 0 | 101101 | 100110 | 10111 | 101011111 | 101011 | 111100 |
Color Harmonies of #C46C79
Complementary color
Monochromatic Colors of #C46C79
Black with #C46C79
Text Example
Text Example
White with #C46C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C79; }
p { color: rgb(196,108,121); }
H1.HeaderClassName
{
color: #C46C79;
}
.AnyTagClassName
{
color: #C46C79;
}
</style>
background-color css
<style>
a { background-color: #C46C79; }
a { background-color: rgb(196,108,121); }
div.DivClassName
{
background-color: #C46C79;
}
.BgClassName
{
background-color: #C46C79;
}
</style>
border-color css
<style>
span { border-color: #C46C79; }
span { border-color: rgb(196,108,121); }
td.TdClassName
{
border-color: #C46C79;
}
.TagClassName
{
border-color: #C46C79;
}
</style>