Shades of Negroni #ECC3A3
Tints of Negroni #ECC3A3
RGB
CMYK
RGB Variations
Color information
#ECC3A3 (or 0xECC3A3) is known color: Negroni. HEX triplet: EC, C3 and A3. RGB value is (236,195,163). Sum of RGB (Red+Green+Blue) = 236+195+163=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3A3 is #133C5C. Grayscale: #CBCBCB. Windows color (decimal): -1260637 or 10732524. OLE color: 10732524.
HSL color Cylindrical-coordinate representation of color #ECC3A3: hue angle of 26.3º 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 #ECC3A3 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 163 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.07 |
| HSL | 26.3º | 0.66% | 0.78% | - |
| HSV(B) | 26.3º | 0.31% | 0.93% | - |
| XYZ | 60.72 | 59.51 | 42.94 | - |
| YUV | 203.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 163 | 0 | 0.17 | 0.31 | 0.07 | 26.3 | 0.66 | 0.78 |
| Hex | EC | C3 | A3 | 0 | 11 | 1F | 7 | 1A | 42 | 4E |
| Octal | 354 | 303 | 243 | 0 | 21 | 37 | 7 | 32 | 102 | 116 |
| Binary | 11101100 | 11000011 | 10100011 | 0 | 10001 | 11111 | 111 | 11010 | 1000010 | 1001110 |
Color Harmonies of #ECC3A3
Complementary color
Monochromatic Colors of #ECC3A3
Black with #ECC3A3
Text Example
Text Example
White with #ECC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3A3; }
p { color: rgb(236,195,163); }
H1.HeaderClassName
{
color: #ECC3A3;
}
.AnyTagClassName
{
color: #ECC3A3;
}
</style>
background-color css
<style>
a { background-color: #ECC3A3; }
a { background-color: rgb(236,195,163); }
div.DivClassName
{
background-color: #ECC3A3;
}
.BgClassName
{
background-color: #ECC3A3;
}
</style>
border-color css
<style>
span { border-color: #ECC3A3; }
span { border-color: rgb(236,195,163); }
td.TdClassName
{
border-color: #ECC3A3;
}
.TagClassName
{
border-color: #ECC3A3;
}
</style>