Shades of Negroni #ECC3A2
Tints of Negroni #ECC3A2
RGB
CMYK
RGB Variations
Color information
#ECC3A2 (or 0xECC3A2) is known color: Negroni. HEX triplet: EC, C3 and A2. RGB value is (236,195,162). Sum of RGB (Red+Green+Blue) = 236+195+162=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3A2 is #133C5D. Grayscale: #CBCBCB. Windows color (decimal): -1260638 or 10666988. OLE color: 10666988.
HSL color Cylindrical-coordinate representation of color #ECC3A2: hue angle of 26.76º 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 #ECC3A2 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 162 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.07 |
| HSL | 26.76º | 0.66% | 0.78% | - |
| HSV(B) | 26.76º | 0.31% | 0.93% | - |
| XYZ | 60.63 | 59.47 | 42.47 | - |
| YUV | 203.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 162 | 0 | 0.17 | 0.31 | 0.07 | 26.76 | 0.66 | 0.78 |
| Hex | EC | C3 | A2 | 0 | 11 | 1F | 7 | 1B | 42 | 4E |
| Octal | 354 | 303 | 242 | 0 | 21 | 37 | 7 | 33 | 102 | 116 |
| Binary | 11101100 | 11000011 | 10100010 | 0 | 10001 | 11111 | 111 | 11011 | 1000010 | 1001110 |
Color Harmonies of #ECC3A2
Complementary color
Monochromatic Colors of #ECC3A2
Black with #ECC3A2
Text Example
Text Example
White with #ECC3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3A2; }
p { color: rgb(236,195,162); }
H1.HeaderClassName
{
color: #ECC3A2;
}
.AnyTagClassName
{
color: #ECC3A2;
}
</style>
background-color css
<style>
a { background-color: #ECC3A2; }
a { background-color: rgb(236,195,162); }
div.DivClassName
{
background-color: #ECC3A2;
}
.BgClassName
{
background-color: #ECC3A2;
}
</style>
border-color css
<style>
span { border-color: #ECC3A2; }
span { border-color: rgb(236,195,162); }
td.TdClassName
{
border-color: #ECC3A2;
}
.TagClassName
{
border-color: #ECC3A2;
}
</style>