Shades of Negroni #ECC2A2
Tints of Negroni #ECC2A2
RGB
CMYK
RGB Variations
Color information
#ECC2A2 (or 0xECC2A2) is known color: Negroni. HEX triplet: EC, C2 and A2. RGB value is (236,194,162). Sum of RGB (Red+Green+Blue) = 236+194+162=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2A2 is #133D5D. Grayscale: #CBCBCB. Windows color (decimal): -1260894 or 10666732. OLE color: 10666732.
HSL color Cylindrical-coordinate representation of color #ECC2A2: hue angle of 25.95º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECC2A2 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 162 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.07 |
| HSL | 25.95º | 0.66% | 0.78% | - |
| HSV(B) | 25.95º | 0.31% | 0.93% | - |
| XYZ | 60.41 | 59.03 | 42.39 | - |
| YUV | 202.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 162 | 0 | 0.18 | 0.31 | 0.07 | 25.95 | 0.66 | 0.78 |
| Hex | EC | C2 | A2 | 0 | 12 | 1F | 7 | 1A | 42 | 4E |
| Octal | 354 | 302 | 242 | 0 | 22 | 37 | 7 | 32 | 102 | 116 |
| Binary | 11101100 | 11000010 | 10100010 | 0 | 10010 | 11111 | 111 | 11010 | 1000010 | 1001110 |
Color Harmonies of #ECC2A2
Complementary color
Monochromatic Colors of #ECC2A2
Black with #ECC2A2
Text Example
Text Example
White with #ECC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2A2; }
p { color: rgb(236,194,162); }
H1.HeaderClassName
{
color: #ECC2A2;
}
.AnyTagClassName
{
color: #ECC2A2;
}
</style>
background-color css
<style>
a { background-color: #ECC2A2; }
a { background-color: rgb(236,194,162); }
div.DivClassName
{
background-color: #ECC2A2;
}
.BgClassName
{
background-color: #ECC2A2;
}
</style>
border-color css
<style>
span { border-color: #ECC2A2; }
span { border-color: rgb(236,194,162); }
td.TdClassName
{
border-color: #ECC2A2;
}
.TagClassName
{
border-color: #ECC2A2;
}
</style>