Shades of Copper Rose #986564
Tints of Copper Rose #986564
RGB
CMYK
RGB Variations
Color information
#986564 (or 0x986564) is known color: Copper Rose. HEX triplet: 98, 65 and 64. RGB value is (152,101,100). Sum of RGB (Red+Green+Blue) = 152+101+100=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986564 is #679A9B. Grayscale: #747474. Windows color (decimal): -6789788 or 6579608. OLE color: 6579608.
HSL color Cylindrical-coordinate representation of color #986564: hue angle of 1.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986564 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 100 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.40 |
| HSL | 1.15º | 0.21% | 0.49% | - |
| HSV(B) | 1.15º | 0.34% | 0.6% | - |
| XYZ | 19.9 | 16.9 | 14.27 | - |
| YUV | 116.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 100 | 0 | 0.34 | 0.34 | 0.40 | 1.15 | 0.21 | 0.49 |
| Hex | 98 | 65 | 64 | 0 | 22 | 22 | 28 | 1 | 15 | 31 |
| Octal | 230 | 145 | 144 | 0 | 42 | 42 | 50 | 1 | 25 | 61 |
| Binary | 10011000 | 1100101 | 1100100 | 0 | 100010 | 100010 | 101000 | 1 | 10101 | 110001 |
Color Harmonies of #986564
Complementary color
Monochromatic Colors of #986564
Black with #986564
Text Example
Text Example
White with #986564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986564; }
p { color: rgb(152,101,100); }
H1.HeaderClassName
{
color: #986564;
}
.AnyTagClassName
{
color: #986564;
}
</style>
background-color css
<style>
a { background-color: #986564; }
a { background-color: rgb(152,101,100); }
div.DivClassName
{
background-color: #986564;
}
.BgClassName
{
background-color: #986564;
}
</style>
border-color css
<style>
span { border-color: #986564; }
span { border-color: rgb(152,101,100); }
td.TdClassName
{
border-color: #986564;
}
.TagClassName
{
border-color: #986564;
}
</style>