Shades of Tapestry #C46C7B
Tints of Tapestry #C46C7B
RGB
CMYK
RGB Variations
Color information
#C46C7B (or 0xC46C7B) is known color: Tapestry. HEX triplet: C4, 6C and 7B. RGB value is (196,108,123). Sum of RGB (Red+Green+Blue) = 196+108+123=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C7B is #3B9384. Grayscale: #888888. Windows color (decimal): -3904389 or 8088772. OLE color: 8088772.
HSL color Cylindrical-coordinate representation of color #C46C7B: hue angle of 349.77º 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 #C46C7B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 123 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.23 |
| HSL | 349.77º | 0.43% | 0.6% | - |
| HSV(B) | 349.77º | 0.45% | 0.77% | - |
| XYZ | 31.7 | 23.89 | 21.68 | - |
| YUV | 136.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 123 | 0 | 0.45 | 0.37 | 0.23 | 349.77 | 0.43 | 0.6 |
| Hex | C4 | 6C | 7B | 0 | 2D | 25 | 17 | 15E | 2B | 3C |
| Octal | 304 | 154 | 173 | 0 | 55 | 45 | 27 | 536 | 53 | 74 |
| Binary | 11000100 | 1101100 | 1111011 | 0 | 101101 | 100101 | 10111 | 101011110 | 101011 | 111100 |
Color Harmonies of #C46C7B
Complementary color
Monochromatic Colors of #C46C7B
Black with #C46C7B
Text Example
Text Example
White with #C46C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C7B; }
p { color: rgb(196,108,123); }
H1.HeaderClassName
{
color: #C46C7B;
}
.AnyTagClassName
{
color: #C46C7B;
}
</style>
background-color css
<style>
a { background-color: #C46C7B; }
a { background-color: rgb(196,108,123); }
div.DivClassName
{
background-color: #C46C7B;
}
.BgClassName
{
background-color: #C46C7B;
}
</style>
border-color css
<style>
span { border-color: #C46C7B; }
span { border-color: rgb(196,108,123); }
td.TdClassName
{
border-color: #C46C7B;
}
.TagClassName
{
border-color: #C46C7B;
}
</style>