Typography / in → cm
Convert CSS inches to Centimeters
Convert absolute CSS lengths and desktop-publishing points. Convert CSS inches (in) to Centimeters (cm). Find the formula, worked examples, unit definitions, and practical guidance below.
Reverse: Centimeters to CSS inches →
How to convert CSS inches to centimeters
These use CSS definitions: 1 inch = 96 CSS pixels = 72 points = 6 picas. A CSS pixel is not a physical screen pixel. Relative em, rem, and viewport units need a rendering context and are excluded.
Use x for the value in in, b for the intermediate value in in, and y for the result in cm.
cm = in ÷ 0.39370078740157477
Worked examples
10 in ≈ 25.4 cm
Step 1: (10 × 1) ≈ 10 in.
Step 2: 10 ÷ 0.393700787402 ≈ 25.4 cm.20 in ≈ 50.8 cm
Step 1: (20 × 1) ≈ 20 in.
Step 2: 20 ÷ 0.393700787402 ≈ 50.8 cm.
Results are rounded to 12 significant digits. Converting units does not increase the precision of the original measurement. Very large or small values outside JavaScript’s finite numeric range are rejected.
About CSS inches
CSS inches (in) measures typography under the conventions above. The base value in in is (x × 1), where x is the numerical value in in. Factors shown here are rounded for display; calculations use the stored factor.
About Centimeters
Centimeters (cm) measures typography under the conventions above. The base value in in is (x × 0.393700787402), where x is the numerical value in cm. Factors shown here are rounded for display; calculations use the stored factor.
Definitions and sources
Keep these unit conventions consistent when using measurements in construction calculations.
CSS inches to centimeters reference table
| CSS inches (in) | Centimeters (cm) |
|---|---|
| 1 | 2.54 |
| 5 | 12.7 |
| 10 | 25.4 |
| 25 | 63.5 |
| 50 | 127 |
| 100 | 254 |
| 1000 | 2540 |
Browse every typography conversion →