Shades of Copper Rose #9E6666
Tints of Copper Rose #9E6666
RGB
CMYK
RGB Variations
Color information
#9E6666 (or 0x9E6666) is known color: Copper Rose. HEX triplet: 9E, 66 and 66. RGB value is (158,102,102). Sum of RGB (Red+Green+Blue) = 158+102+102=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6666 is #619999. Grayscale: #767676. Windows color (decimal): -6396314 or 6710942. OLE color: 6710942.
HSL color Cylindrical-coordinate representation of color #9E6666: hue angle of 0º 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 #9E6666 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 102 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.38 |
| HSL | 0º | 0.22% | 0.51% | - |
| HSV(B) | 0º | 0.35% | 0.62% | - |
| XYZ | 21.25 | 17.73 | 14.87 | - |
| YUV | 118.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 102 | 0 | 0.35 | 0.35 | 0.38 | 0 | 0.22 | 0.51 |
| Hex | 9E | 66 | 66 | 0 | 23 | 23 | 26 | 0 | 16 | 33 |
| Octal | 236 | 146 | 146 | 0 | 43 | 43 | 46 | 0 | 26 | 63 |
| Binary | 10011110 | 1100110 | 1100110 | 0 | 100011 | 100011 | 100110 | 0 | 10110 | 110011 |
Color Harmonies of #9E6666
Complementary color
Monochromatic Colors of #9E6666
Black with #9E6666
Text Example
Text Example
White with #9E6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6666; }
p { color: rgb(158,102,102); }
H1.HeaderClassName
{
color: #9E6666;
}
.AnyTagClassName
{
color: #9E6666;
}
</style>
background-color css
<style>
a { background-color: #9E6666; }
a { background-color: rgb(158,102,102); }
div.DivClassName
{
background-color: #9E6666;
}
.BgClassName
{
background-color: #9E6666;
}
</style>
border-color css
<style>
span { border-color: #9E6666; }
span { border-color: rgb(158,102,102); }
td.TdClassName
{
border-color: #9E6666;
}
.TagClassName
{
border-color: #9E6666;
}
</style>