Shades of Negroni #ECC6A7
Tints of Negroni #ECC6A7
RGB
CMYK
RGB Variations
Color information
#ECC6A7 (or 0xECC6A7) is known color: Negroni. HEX triplet: EC, C6 and A7. RGB value is (236,198,167). Sum of RGB (Red+Green+Blue) = 236+198+167=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A7 is #133958. Grayscale: #CDCDCD. Windows color (decimal): -1259865 or 10995436. OLE color: 10995436.
HSL color Cylindrical-coordinate representation of color #ECC6A7: hue angle of 26.96º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC6A7 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 167 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.07 |
| HSL | 26.96º | 0.64% | 0.79% | - |
| HSV(B) | 26.96º | 0.29% | 0.93% | - |
| XYZ | 61.76 | 61.01 | 45.08 | - |
| YUV | 205.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 167 | 0 | 0.16 | 0.29 | 0.07 | 26.96 | 0.64 | 0.79 |
| Hex | EC | C6 | A7 | 0 | 10 | 1D | 7 | 1B | 40 | 4F |
| Octal | 354 | 306 | 247 | 0 | 20 | 35 | 7 | 33 | 100 | 117 |
| Binary | 11101100 | 11000110 | 10100111 | 0 | 10000 | 11101 | 111 | 11011 | 1000000 | 1001111 |
Color Harmonies of #ECC6A7
Complementary color
Monochromatic Colors of #ECC6A7
Black with #ECC6A7
Text Example
Text Example
White with #ECC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6A7; }
p { color: rgb(236,198,167); }
H1.HeaderClassName
{
color: #ECC6A7;
}
.AnyTagClassName
{
color: #ECC6A7;
}
</style>
background-color css
<style>
a { background-color: #ECC6A7; }
a { background-color: rgb(236,198,167); }
div.DivClassName
{
background-color: #ECC6A7;
}
.BgClassName
{
background-color: #ECC6A7;
}
</style>
border-color css
<style>
span { border-color: #ECC6A7; }
span { border-color: rgb(236,198,167); }
td.TdClassName
{
border-color: #ECC6A7;
}
.TagClassName
{
border-color: #ECC6A7;
}
</style>