Shades of Tapestry #C46C78
Tints of Tapestry #C46C78
RGB
CMYK
RGB Variations
Color information
#C46C78 (or 0xC46C78) is known color: Tapestry. HEX triplet: C4, 6C and 78. RGB value is (196,108,120). Sum of RGB (Red+Green+Blue) = 196+108+120=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C78 is #3B9387. Grayscale: #878787. Windows color (decimal): -3904392 or 7892164. OLE color: 7892164.
HSL color Cylindrical-coordinate representation of color #C46C78: hue angle of 351.82º 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 #C46C78 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 120 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.23 |
| HSL | 351.82º | 0.43% | 0.6% | - |
| HSV(B) | 351.82º | 0.45% | 0.77% | - |
| XYZ | 31.52 | 23.82 | 20.71 | - |
| YUV | 135.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 120 | 0 | 0.45 | 0.39 | 0.23 | 351.82 | 0.43 | 0.6 |
| Hex | C4 | 6C | 78 | 0 | 2D | 27 | 17 | 160 | 2B | 3C |
| Octal | 304 | 154 | 170 | 0 | 55 | 47 | 27 | 540 | 53 | 74 |
| Binary | 11000100 | 1101100 | 1111000 | 0 | 101101 | 100111 | 10111 | 101100000 | 101011 | 111100 |
Color Harmonies of #C46C78
Complementary color
Monochromatic Colors of #C46C78
Black with #C46C78
Text Example
Text Example
White with #C46C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C78; }
p { color: rgb(196,108,120); }
H1.HeaderClassName
{
color: #C46C78;
}
.AnyTagClassName
{
color: #C46C78;
}
</style>
background-color css
<style>
a { background-color: #C46C78; }
a { background-color: rgb(196,108,120); }
div.DivClassName
{
background-color: #C46C78;
}
.BgClassName
{
background-color: #C46C78;
}
</style>
border-color css
<style>
span { border-color: #C46C78; }
span { border-color: rgb(196,108,120); }
td.TdClassName
{
border-color: #C46C78;
}
.TagClassName
{
border-color: #C46C78;
}
</style>