Shades of Copper #E3896C
Tints of Copper #E3896C
RGB
CMYK
RGB Variations
Color information
#E3896C (or 0xE3896C) is known color: Copper. HEX triplet: E3, 89 and 6C. RGB value is (227,137,108). Sum of RGB (Red+Green+Blue) = 227+137+108=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3896C is #1C7693. Grayscale: #A0A0A0. Windows color (decimal): -1865364 or 7113187. OLE color: 7113187.
HSL color Cylindrical-coordinate representation of color #E3896C: hue angle of 14.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3896C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 108 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.11 |
| HSL | 14.62º | 0.68% | 0.66% | - |
| HSV(B) | 14.62º | 0.52% | 0.89% | - |
| XYZ | 43.33 | 35.3 | 18.72 | - |
| YUV | 160.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 108 | 0 | 0.40 | 0.52 | 0.11 | 14.62 | 0.68 | 0.66 |
| Hex | E3 | 89 | 6C | 0 | 28 | 34 | B | F | 44 | 42 |
| Octal | 343 | 211 | 154 | 0 | 50 | 64 | 13 | 17 | 104 | 102 |
| Binary | 11100011 | 10001001 | 1101100 | 0 | 101000 | 110100 | 1011 | 1111 | 1000100 | 1000010 |
Color Harmonies of #E3896C
Complementary color
Monochromatic Colors of #E3896C
Black with #E3896C
Text Example
Text Example
White with #E3896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3896C; }
p { color: rgb(227,137,108); }
H1.HeaderClassName
{
color: #E3896C;
}
.AnyTagClassName
{
color: #E3896C;
}
</style>
background-color css
<style>
a { background-color: #E3896C; }
a { background-color: rgb(227,137,108); }
div.DivClassName
{
background-color: #E3896C;
}
.BgClassName
{
background-color: #E3896C;
}
</style>
border-color css
<style>
span { border-color: #E3896C; }
span { border-color: rgb(227,137,108); }
td.TdClassName
{
border-color: #E3896C;
}
.TagClassName
{
border-color: #E3896C;
}
</style>