Shades of Copper #E3946C
Tints of Copper #E3946C
RGB
CMYK
RGB Variations
Color information
#E3946C (or 0xE3946C) is known color: Copper. HEX triplet: E3, 94 and 6C. RGB value is (227,148,108). Sum of RGB (Red+Green+Blue) = 227+148+108=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3946C is #1C6B93. Grayscale: #A7A7A7. Windows color (decimal): -1862548 or 7116003. OLE color: 7116003.
HSL color Cylindrical-coordinate representation of color #E3946C: hue angle of 20.17º 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 #E3946C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 108 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 20.17º | 0.68% | 0.66% | - |
| HSV(B) | 20.17º | 0.52% | 0.89% | - |
| XYZ | 44.98 | 38.59 | 19.27 | - |
| YUV | 167.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 108 | 0 | 0.35 | 0.52 | 0.11 | 20.17 | 0.68 | 0.66 |
| Hex | E3 | 94 | 6C | 0 | 23 | 34 | B | 14 | 44 | 42 |
| Octal | 343 | 224 | 154 | 0 | 43 | 64 | 13 | 24 | 104 | 102 |
| Binary | 11100011 | 10010100 | 1101100 | 0 | 100011 | 110100 | 1011 | 10100 | 1000100 | 1000010 |
Color Harmonies of #E3946C
Complementary color
Monochromatic Colors of #E3946C
Black with #E3946C
Text Example
Text Example
White with #E3946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3946C; }
p { color: rgb(227,148,108); }
H1.HeaderClassName
{
color: #E3946C;
}
.AnyTagClassName
{
color: #E3946C;
}
</style>
background-color css
<style>
a { background-color: #E3946C; }
a { background-color: rgb(227,148,108); }
div.DivClassName
{
background-color: #E3946C;
}
.BgClassName
{
background-color: #E3946C;
}
</style>
border-color css
<style>
span { border-color: #E3946C; }
span { border-color: rgb(227,148,108); }
td.TdClassName
{
border-color: #E3946C;
}
.TagClassName
{
border-color: #E3946C;
}
</style>