I've found pretty nice "percent pie chart" and want to create it with CSS only. No animation is required. Just static "picture".

I understand If I wanna create this kind of chart I need to use elements like these

The questions are
- How to create element #2 ?
- How to manage shape of element #2 for smaller (5%) or higher percent (80%) values ?



