Shades of Copper Rose #9E6966
Tints of Copper Rose #9E6966
RGB
CMYK
RGB Variations
Color information
#9E6966 (or 0x9E6966) is known color: Copper Rose. HEX triplet: 9E, 69 and 66. RGB value is (158,105,102). Sum of RGB (Red+Green+Blue) = 158+105+102=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6966 is #619699. Grayscale: #787878. Windows color (decimal): -6395546 or 6711710. OLE color: 6711710.
HSL color Cylindrical-coordinate representation of color #9E6966: hue angle of 3.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6966 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 102 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.38 |
| HSL | 3.21º | 0.22% | 0.51% | - |
| HSV(B) | 3.21º | 0.35% | 0.62% | - |
| XYZ | 21.55 | 18.33 | 14.97 | - |
| YUV | 120.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 102 | 0 | 0.34 | 0.35 | 0.38 | 3.21 | 0.22 | 0.51 |
| Hex | 9E | 69 | 66 | 0 | 22 | 23 | 26 | 3 | 16 | 33 |
| Octal | 236 | 151 | 146 | 0 | 42 | 43 | 46 | 3 | 26 | 63 |
| Binary | 10011110 | 1101001 | 1100110 | 0 | 100010 | 100011 | 100110 | 11 | 10110 | 110011 |
Color Harmonies of #9E6966
Complementary color
Monochromatic Colors of #9E6966
Black with #9E6966
Text Example
Text Example
White with #9E6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6966; }
p { color: rgb(158,105,102); }
H1.HeaderClassName
{
color: #9E6966;
}
.AnyTagClassName
{
color: #9E6966;
}
</style>
background-color css
<style>
a { background-color: #9E6966; }
a { background-color: rgb(158,105,102); }
div.DivClassName
{
background-color: #9E6966;
}
.BgClassName
{
background-color: #9E6966;
}
</style>
border-color css
<style>
span { border-color: #9E6966; }
span { border-color: rgb(158,105,102); }
td.TdClassName
{
border-color: #9E6966;
}
.TagClassName
{
border-color: #9E6966;
}
</style>