Shades of Negroni #ECC6A8
Tints of Negroni #ECC6A8
RGB
CMYK
RGB Variations
Color information
#ECC6A8 (or 0xECC6A8) is known color: Negroni. HEX triplet: EC, C6 and A8. RGB value is (236,198,168). Sum of RGB (Red+Green+Blue) = 236+198+168=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A8 is #133957. Grayscale: #CECECE. Windows color (decimal): -1259864 or 11060972. OLE color: 11060972.
HSL color Cylindrical-coordinate representation of color #ECC6A8: hue angle of 26.47º 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 #ECC6A8 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 168 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.07 |
| HSL | 26.47º | 0.64% | 0.79% | - |
| HSV(B) | 26.47º | 0.29% | 0.93% | - |
| XYZ | 61.85 | 61.05 | 45.57 | - |
| YUV | 205.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 168 | 0 | 0.16 | 0.29 | 0.07 | 26.47 | 0.64 | 0.79 |
| Hex | EC | C6 | A8 | 0 | 10 | 1D | 7 | 1A | 40 | 4F |
| Octal | 354 | 306 | 250 | 0 | 20 | 35 | 7 | 32 | 100 | 117 |
| Binary | 11101100 | 11000110 | 10101000 | 0 | 10000 | 11101 | 111 | 11010 | 1000000 | 1001111 |
Color Harmonies of #ECC6A8
Complementary color
Monochromatic Colors of #ECC6A8
Black with #ECC6A8
Text Example
Text Example
White with #ECC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6A8; }
p { color: rgb(236,198,168); }
H1.HeaderClassName
{
color: #ECC6A8;
}
.AnyTagClassName
{
color: #ECC6A8;
}
</style>
background-color css
<style>
a { background-color: #ECC6A8; }
a { background-color: rgb(236,198,168); }
div.DivClassName
{
background-color: #ECC6A8;
}
.BgClassName
{
background-color: #ECC6A8;
}
</style>
border-color css
<style>
span { border-color: #ECC6A8; }
span { border-color: rgb(236,198,168); }
td.TdClassName
{
border-color: #ECC6A8;
}
.TagClassName
{
border-color: #ECC6A8;
}
</style>