Shades of Copper Rose #996160
Tints of Copper Rose #996160
RGB
CMYK
RGB Variations
Color information
#996160 (or 0x996160) is known color: Copper Rose. HEX triplet: 99, 61 and 60. RGB value is (153,97,96). Sum of RGB (Red+Green+Blue) = 153+97+96=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996160 is #669E9F. Grayscale: #717171. Windows color (decimal): -6725280 or 6316441. OLE color: 6316441.
HSL color Cylindrical-coordinate representation of color #996160: hue angle of 1.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996160 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 96 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.4 |
| HSL | 1.05º | 0.23% | 0.49% | - |
| HSV(B) | 1.05º | 0.37% | 0.6% | - |
| XYZ | 19.52 | 16.17 | 13.16 | - |
| YUV | 113.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 96 | 0 | 0.37 | 0.37 | 0.4 | 1.05 | 0.23 | 0.49 |
| Hex | 99 | 61 | 60 | 0 | 25 | 25 | 28 | 1 | 17 | 31 |
| Octal | 231 | 141 | 140 | 0 | 45 | 45 | 50 | 1 | 27 | 61 |
| Binary | 10011001 | 1100001 | 1100000 | 0 | 100101 | 100101 | 101000 | 1 | 10111 | 110001 |
Color Harmonies of #996160
Complementary color
Monochromatic Colors of #996160
Black with #996160
Text Example
Text Example
White with #996160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996160; }
p { color: rgb(153,97,96); }
H1.HeaderClassName
{
color: #996160;
}
.AnyTagClassName
{
color: #996160;
}
</style>
background-color css
<style>
a { background-color: #996160; }
a { background-color: rgb(153,97,96); }
div.DivClassName
{
background-color: #996160;
}
.BgClassName
{
background-color: #996160;
}
</style>
border-color css
<style>
span { border-color: #996160; }
span { border-color: rgb(153,97,96); }
td.TdClassName
{
border-color: #996160;
}
.TagClassName
{
border-color: #996160;
}
</style>