Shades of Copper Rose #986160
Tints of Copper Rose #986160
RGB
CMYK
RGB Variations
Color information
#986160 (or 0x986160) is known color: Copper Rose. HEX triplet: 98, 61 and 60. RGB value is (152,97,96). Sum of RGB (Red+Green+Blue) = 152+97+96=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #986160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986160 is #679E9F. Grayscale: #717171. Windows color (decimal): -6790816 or 6316440. OLE color: 6316440.
HSL color Cylindrical-coordinate representation of color #986160: hue angle of 1.07º 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 #986160 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 96 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.40 |
| HSL | 1.07º | 0.23% | 0.49% | - |
| HSV(B) | 1.07º | 0.37% | 0.6% | - |
| XYZ | 19.33 | 16.07 | 13.15 | - |
| YUV | 113.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 96 | 0 | 0.36 | 0.37 | 0.40 | 1.07 | 0.23 | 0.49 |
| Hex | 98 | 61 | 60 | 0 | 24 | 25 | 28 | 1 | 17 | 31 |
| Octal | 230 | 141 | 140 | 0 | 44 | 45 | 50 | 1 | 27 | 61 |
| Binary | 10011000 | 1100001 | 1100000 | 0 | 100100 | 100101 | 101000 | 1 | 10111 | 110001 |
Color Harmonies of #986160
Complementary color
Monochromatic Colors of #986160
Black with #986160
Text Example
Text Example
White with #986160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986160; }
p { color: rgb(152,97,96); }
H1.HeaderClassName
{
color: #986160;
}
.AnyTagClassName
{
color: #986160;
}
</style>
background-color css
<style>
a { background-color: #986160; }
a { background-color: rgb(152,97,96); }
div.DivClassName
{
background-color: #986160;
}
.BgClassName
{
background-color: #986160;
}
</style>
border-color css
<style>
span { border-color: #986160; }
span { border-color: rgb(152,97,96); }
td.TdClassName
{
border-color: #986160;
}
.TagClassName
{
border-color: #986160;
}
</style>