Shades of Copper Rose #966462
Tints of Copper Rose #966462
RGB
CMYK
RGB Variations
Color information
#966462 (or 0x966462) is known color: Copper Rose. HEX triplet: 96, 64 and 62. RGB value is (150,100,98). Sum of RGB (Red+Green+Blue) = 150+100+98=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966462 is #699B9D. Grayscale: #727272. Windows color (decimal): -6921118 or 6448278. OLE color: 6448278.
HSL color Cylindrical-coordinate representation of color #966462: hue angle of 2.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966462 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 98 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.41 |
| HSL | 2.31º | 0.21% | 0.49% | - |
| HSV(B) | 2.31º | 0.35% | 0.59% | - |
| XYZ | 19.34 | 16.48 | 13.72 | - |
| YUV | 114.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 98 | 0 | 0.33 | 0.35 | 0.41 | 2.31 | 0.21 | 0.49 |
| Hex | 96 | 64 | 62 | 0 | 21 | 23 | 29 | 2 | 15 | 31 |
| Octal | 226 | 144 | 142 | 0 | 41 | 43 | 51 | 2 | 25 | 61 |
| Binary | 10010110 | 1100100 | 1100010 | 0 | 100001 | 100011 | 101001 | 10 | 10101 | 110001 |
Color Harmonies of #966462
Complementary color
Monochromatic Colors of #966462
Black with #966462
Text Example
Text Example
White with #966462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966462; }
p { color: rgb(150,100,98); }
H1.HeaderClassName
{
color: #966462;
}
.AnyTagClassName
{
color: #966462;
}
</style>
background-color css
<style>
a { background-color: #966462; }
a { background-color: rgb(150,100,98); }
div.DivClassName
{
background-color: #966462;
}
.BgClassName
{
background-color: #966462;
}
</style>
border-color css
<style>
span { border-color: #966462; }
span { border-color: rgb(150,100,98); }
td.TdClassName
{
border-color: #966462;
}
.TagClassName
{
border-color: #966462;
}
</style>