100px to cm
100px = 2.6458cm
px and cm are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.026458cm, so:
100px × 0.026458 = 2.6458cm
Reversing it, 2.6458cm × 37.7953 returns 100px.
Nearby values
| px | cm |
|---|---|
| 50px | 1.3229cm |
| 100px | 2.6458cm |
| 150px | 3.9688cm |
Frequently asked questions
What is 100px in cm?
2.6458cm.
How is 100px converted to cm?
Multiply by 0.026458: 100 × 0.026458 = 2.6458. To go back, multiply 2.6458 by 37.7953.
Does zoom or font size change 100px?
No. px and cm are both absolute CSS units, so the ratio is fixed and 100px is 2.6458cm in every context.