Shades of Copper Rose #9E6867
Tints of Copper Rose #9E6867
RGB
CMYK
RGB Variations
Color information
#9E6867 (or 0x9E6867) is known color: Copper Rose. HEX triplet: 9E, 68 and 67. RGB value is (158,104,103). Sum of RGB (Red+Green+Blue) = 158+104+103=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6867 is #619798. Grayscale: #787878. Windows color (decimal): -6395801 or 6776990. OLE color: 6776990.
HSL color Cylindrical-coordinate representation of color #9E6867: hue angle of 1.09º 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 #9E6867 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 103 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.38 |
| HSL | 1.09º | 0.22% | 0.51% | - |
| HSV(B) | 1.09º | 0.35% | 0.62% | - |
| XYZ | 21.5 | 18.15 | 15.2 | - |
| YUV | 120.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 103 | 0 | 0.34 | 0.35 | 0.38 | 1.09 | 0.22 | 0.51 |
| Hex | 9E | 68 | 67 | 0 | 22 | 23 | 26 | 1 | 16 | 33 |
| Octal | 236 | 150 | 147 | 0 | 42 | 43 | 46 | 1 | 26 | 63 |
| Binary | 10011110 | 1101000 | 1100111 | 0 | 100010 | 100011 | 100110 | 1 | 10110 | 110011 |
Color Harmonies of #9E6867
Complementary color
Monochromatic Colors of #9E6867
Black with #9E6867
Text Example
Text Example
White with #9E6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6867; }
p { color: rgb(158,104,103); }
H1.HeaderClassName
{
color: #9E6867;
}
.AnyTagClassName
{
color: #9E6867;
}
</style>
background-color css
<style>
a { background-color: #9E6867; }
a { background-color: rgb(158,104,103); }
div.DivClassName
{
background-color: #9E6867;
}
.BgClassName
{
background-color: #9E6867;
}
</style>
border-color css
<style>
span { border-color: #9E6867; }
span { border-color: rgb(158,104,103); }
td.TdClassName
{
border-color: #9E6867;
}
.TagClassName
{
border-color: #9E6867;
}
</style>