{
  "entity_type": "unit_conversion_page",
  "id": "cubic-inches-to-cc",
  "name": "Cubic inches to Cubic centimeters (cc)",
  "title": "Cubic inches to Cubic centimeters (cc) Converter (in³ to cm³)",
  "description": "Convert cubic inches to cubic centimeters (cc): 1 in³ = 16.3871 cm³. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "in3",
    "display": "in³",
    "name": "cubic inches",
    "singular": "cubic inch"
  },
  "to_unit": {
    "symbol": "cm3",
    "display": "cm³",
    "name": "cubic centimeters (cc)",
    "singular": "cubic centimeter"
  },
  "linear": true,
  "factor": 16.387064,
  "inverse_factor": 0.06102374409,
  "formula": "cubic centimeters (cc) = cubic inches × 16.387064",
  "reverse_formula": "cubic inches = cubic centimeters (cc) × 0.06102374409",
  "unit_relation": "1 in³ = 16.3871 cm³",
  "examples": [
    {
      "value": 5,
      "result": 81.9353,
      "text": "5 in³ = 81.9353 cm³"
    },
    {
      "value": 12.5,
      "result": 204.838,
      "text": "12.5 in³ = 204.838 cm³"
    },
    {
      "value": 100,
      "result": 1638.71,
      "text": "100 in³ = 1638.71 cm³"
    }
  ],
  "table": [
    {
      "in3": 1,
      "cm3": 16.3871
    },
    {
      "in3": 2,
      "cm3": 32.7741
    },
    {
      "in3": 3,
      "cm3": 49.1612
    },
    {
      "in3": 4,
      "cm3": 65.5483
    },
    {
      "in3": 5,
      "cm3": 81.9353
    },
    {
      "in3": 6,
      "cm3": 98.3224
    },
    {
      "in3": 7,
      "cm3": 114.709
    },
    {
      "in3": 8,
      "cm3": 131.097
    },
    {
      "in3": 9,
      "cm3": 147.484
    },
    {
      "in3": 10,
      "cm3": 163.871
    },
    {
      "in3": 15,
      "cm3": 245.806
    },
    {
      "in3": 20,
      "cm3": 327.741
    },
    {
      "in3": 25,
      "cm3": 409.677
    },
    {
      "in3": 30,
      "cm3": 491.612
    },
    {
      "in3": 40,
      "cm3": 655.483
    },
    {
      "in3": 50,
      "cm3": 819.353
    },
    {
      "in3": 75,
      "cm3": 1229.03
    },
    {
      "in3": 100,
      "cm3": 1638.71
    },
    {
      "in3": 200,
      "cm3": 3277.41
    },
    {
      "in3": 250,
      "cm3": 4096.77
    },
    {
      "in3": 500,
      "cm3": 8193.53
    },
    {
      "in3": 1000,
      "cm3": 16387.1
    }
  ],
  "faq": [
    {
      "q": "How many cubic centimeters (cc) are in one cubic inch?",
      "a": "1 in³ = 16.3871 cm³. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert cubic inches to cubic centimeters (cc)?",
      "a": "Multiply the value in cubic inches by 16.387064: cubic centimeters (cc) = cubic inches × 16.387064. For example, 5 in³ = 81.9353 cm³."
    },
    {
      "q": "How do I convert cubic centimeters (cc) back to cubic inches?",
      "a": "Multiply by the inverse factor 0.06102374409 (cubic inches = cubic centimeters (cc) × 0.06102374409), or use the cubic centimeters (cc)-to-cubic inches page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=in3&to_unit=cm3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=in3&to_unit=cm3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "in3",
      "to_unit": "cm3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cubic-inches-to-cc",
    "markdown": "https://tttkmbb.com/conversion/cubic-inches-to-cc.md",
    "json": "https://tttkmbb.com/conversion/cubic-inches-to-cc.json",
    "reverse": "https://tttkmbb.com/conversion/cc-to-cubic-inches",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}