Shades of Copper #E3956B
Tints of Copper #E3956B
RGB
CMYK
RGB Variations
Color information
#E3956B (or 0xE3956B) is known color: Copper. HEX triplet: E3, 95 and 6B. RGB value is (227,149,107). Sum of RGB (Red+Green+Blue) = 227+149+107=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3956B is #1C6A94. Grayscale: #A7A7A7. Windows color (decimal): -1862293 or 7050723. OLE color: 7050723.
HSL color Cylindrical-coordinate representation of color #E3956B: hue angle of 21º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3956B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 107 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.11 |
| HSL | 21º | 0.68% | 0.65% | - |
| HSV(B) | 21º | 0.53% | 0.89% | - |
| XYZ | 45.08 | 38.89 | 19.04 | - |
| YUV | 167.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 107 | 0 | 0.34 | 0.53 | 0.11 | 21 | 0.68 | 0.65 |
| Hex | E3 | 95 | 6B | 0 | 22 | 35 | B | 15 | 44 | 41 |
| Octal | 343 | 225 | 153 | 0 | 42 | 65 | 13 | 25 | 104 | 101 |
| Binary | 11100011 | 10010101 | 1101011 | 0 | 100010 | 110101 | 1011 | 10101 | 1000100 | 1000001 |
Color Harmonies of #E3956B
Complementary color
Monochromatic Colors of #E3956B
Black with #E3956B
Text Example
Text Example
White with #E3956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3956B; }
p { color: rgb(227,149,107); }
H1.HeaderClassName
{
color: #E3956B;
}
.AnyTagClassName
{
color: #E3956B;
}
</style>
background-color css
<style>
a { background-color: #E3956B; }
a { background-color: rgb(227,149,107); }
div.DivClassName
{
background-color: #E3956B;
}
.BgClassName
{
background-color: #E3956B;
}
</style>
border-color css
<style>
span { border-color: #E3956B; }
span { border-color: rgb(227,149,107); }
td.TdClassName
{
border-color: #E3956B;
}
.TagClassName
{
border-color: #E3956B;
}
</style>