Shades of Negroni #E7C0A2
Tints of Negroni #E7C0A2
RGB
CMYK
RGB Variations
Color information
#E7C0A2 (or 0xE7C0A2) is known color: Negroni. HEX triplet: E7, C0 and A2. RGB value is (231,192,162). Sum of RGB (Red+Green+Blue) = 231+192+162=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C0A2 is #183F5D. Grayscale: #C8C8C8. Windows color (decimal): -1589086 or 10666215. OLE color: 10666215.
HSL color Cylindrical-coordinate representation of color #E7C0A2: hue angle of 26.09º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7C0A2 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 162 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.09 |
| HSL | 26.09º | 0.59% | 0.77% | - |
| HSV(B) | 26.09º | 0.3% | 0.91% | - |
| XYZ | 58.33 | 57.3 | 42.17 | - |
| YUV | 200.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 162 | 0 | 0.17 | 0.30 | 0.09 | 26.09 | 0.59 | 0.77 |
| Hex | E7 | C0 | A2 | 0 | 11 | 1E | 9 | 1A | 3B | 4D |
| Octal | 347 | 300 | 242 | 0 | 21 | 36 | 11 | 32 | 73 | 115 |
| Binary | 11100111 | 11000000 | 10100010 | 0 | 10001 | 11110 | 1001 | 11010 | 111011 | 1001101 |
Color Harmonies of #E7C0A2
Complementary color
Monochromatic Colors of #E7C0A2
Black with #E7C0A2
Text Example
Text Example
White with #E7C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0A2; }
p { color: rgb(231,192,162); }
H1.HeaderClassName
{
color: #E7C0A2;
}
.AnyTagClassName
{
color: #E7C0A2;
}
</style>
background-color css
<style>
a { background-color: #E7C0A2; }
a { background-color: rgb(231,192,162); }
div.DivClassName
{
background-color: #E7C0A2;
}
.BgClassName
{
background-color: #E7C0A2;
}
</style>
border-color css
<style>
span { border-color: #E7C0A2; }
span { border-color: rgb(231,192,162); }
td.TdClassName
{
border-color: #E7C0A2;
}
.TagClassName
{
border-color: #E7C0A2;
}
</style>