Shades of Copper #E2926C
Tints of Copper #E2926C
RGB
CMYK
RGB Variations
Color information
#E2926C (or 0xE2926C) is known color: Copper. HEX triplet: E2, 92 and 6C. RGB value is (226,146,108). Sum of RGB (Red+Green+Blue) = 226+146+108=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2926C is #1D6D93. Grayscale: #A5A5A5. Windows color (decimal): -1928596 or 7115490. OLE color: 7115490.
HSL color Cylindrical-coordinate representation of color #E2926C: hue angle of 19.32º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2926C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 108 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 19.32º | 0.67% | 0.65% | - |
| HSV(B) | 19.32º | 0.52% | 0.89% | - |
| XYZ | 44.35 | 37.81 | 19.15 | - |
| YUV | 165.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 108 | 0 | 0.35 | 0.52 | 0.11 | 19.32 | 0.67 | 0.65 |
| Hex | E2 | 92 | 6C | 0 | 23 | 34 | B | 13 | 43 | 41 |
| Octal | 342 | 222 | 154 | 0 | 43 | 64 | 13 | 23 | 103 | 101 |
| Binary | 11100010 | 10010010 | 1101100 | 0 | 100011 | 110100 | 1011 | 10011 | 1000011 | 1000001 |
Color Harmonies of #E2926C
Complementary color
Monochromatic Colors of #E2926C
Black with #E2926C
Text Example
Text Example
White with #E2926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2926C; }
p { color: rgb(226,146,108); }
H1.HeaderClassName
{
color: #E2926C;
}
.AnyTagClassName
{
color: #E2926C;
}
</style>
background-color css
<style>
a { background-color: #E2926C; }
a { background-color: rgb(226,146,108); }
div.DivClassName
{
background-color: #E2926C;
}
.BgClassName
{
background-color: #E2926C;
}
</style>
border-color css
<style>
span { border-color: #E2926C; }
span { border-color: rgb(226,146,108); }
td.TdClassName
{
border-color: #E2926C;
}
.TagClassName
{
border-color: #E2926C;
}
</style>