Shades of Copper Rose #986565
Tints of Copper Rose #986565
RGB
CMYK
RGB Variations
Color information
#986565 (or 0x986565) is known color: Copper Rose. HEX triplet: 98, 65 and 65. RGB value is (152,101,101). Sum of RGB (Red+Green+Blue) = 152+101+101=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986565 is #679A9A. Grayscale: #747474. Windows color (decimal): -6789787 or 6645144. OLE color: 6645144.
HSL color Cylindrical-coordinate representation of color #986565: hue angle of 0º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986565 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 101 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.40 |
| HSL | 0º | 0.2% | 0.5% | - |
| HSV(B) | 0º | 0.34% | 0.6% | - |
| XYZ | 19.95 | 16.92 | 14.53 | - |
| YUV | 116.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 101 | 0 | 0.34 | 0.34 | 0.40 | 0 | 0.2 | 0.5 |
| Hex | 98 | 65 | 65 | 0 | 22 | 22 | 28 | 0 | 14 | 32 |
| Octal | 230 | 145 | 145 | 0 | 42 | 42 | 50 | 0 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1100101 | 0 | 100010 | 100010 | 101000 | 0 | 10100 | 110010 |
Color Harmonies of #986565
Complementary color
Monochromatic Colors of #986565
Black with #986565
Text Example
Text Example
White with #986565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986565; }
p { color: rgb(152,101,101); }
H1.HeaderClassName
{
color: #986565;
}
.AnyTagClassName
{
color: #986565;
}
</style>
background-color css
<style>
a { background-color: #986565; }
a { background-color: rgb(152,101,101); }
div.DivClassName
{
background-color: #986565;
}
.BgClassName
{
background-color: #986565;
}
</style>
border-color css
<style>
span { border-color: #986565; }
span { border-color: rgb(152,101,101); }
td.TdClassName
{
border-color: #986565;
}
.TagClassName
{
border-color: #986565;
}
</style>