Shades of Copper Rose #986363
Tints of Copper Rose #986363
RGB
CMYK
RGB Variations
Color information
#986363 (or 0x986363) is known color: Copper Rose. HEX triplet: 98, 63 and 63. RGB value is (152,99,99). Sum of RGB (Red+Green+Blue) = 152+99+99=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986363 is #679C9C. Grayscale: #727272. Windows color (decimal): -6790301 or 6513560. OLE color: 6513560.
HSL color Cylindrical-coordinate representation of color #986363: hue angle of 0º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986363 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 99 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.40 |
| HSL | 0º | 0.21% | 0.49% | - |
| HSV(B) | 0º | 0.35% | 0.6% | - |
| XYZ | 19.66 | 16.5 | 13.95 | - |
| YUV | 114.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 99 | 0 | 0.35 | 0.35 | 0.40 | 0 | 0.21 | 0.49 |
| Hex | 98 | 63 | 63 | 0 | 23 | 23 | 28 | 0 | 15 | 31 |
| Octal | 230 | 143 | 143 | 0 | 43 | 43 | 50 | 0 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1100011 | 0 | 100011 | 100011 | 101000 | 0 | 10101 | 110001 |
Color Harmonies of #986363
Complementary color
Monochromatic Colors of #986363
Black with #986363
Text Example
Text Example
White with #986363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986363; }
p { color: rgb(152,99,99); }
H1.HeaderClassName
{
color: #986363;
}
.AnyTagClassName
{
color: #986363;
}
</style>
background-color css
<style>
a { background-color: #986363; }
a { background-color: rgb(152,99,99); }
div.DivClassName
{
background-color: #986363;
}
.BgClassName
{
background-color: #986363;
}
</style>
border-color css
<style>
span { border-color: #986363; }
span { border-color: rgb(152,99,99); }
td.TdClassName
{
border-color: #986363;
}
.TagClassName
{
border-color: #986363;
}
</style>