{
  "entity_type": "unit_conversion_page",
  "id": "cc-to-cubic-inches",
  "name": "Cubic centimeters (cc) to Cubic inches",
  "title": "Cubic centimeters (cc) to Cubic inches Converter (cm³ to in³)",
  "description": "Convert cubic centimeters (cc) to cubic inches: 1 cm³ = 0.0610237 in³. 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": "cm3",
    "display": "cm³",
    "name": "cubic centimeters (cc)",
    "singular": "cubic centimeter"
  },
  "to_unit": {
    "symbol": "in3",
    "display": "in³",
    "name": "cubic inches",
    "singular": "cubic inch"
  },
  "linear": true,
  "factor": 0.06102374409,
  "inverse_factor": 16.387064,
  "formula": "cubic inches = cubic centimeters (cc) × 0.06102374409",
  "reverse_formula": "cubic centimeters (cc) = cubic inches × 16.387064",
  "unit_relation": "1 cm³ = 0.0610237 in³",
  "examples": [
    {
      "value": 5,
      "result": 0.305119,
      "text": "5 cm³ = 0.305119 in³"
    },
    {
      "value": 12.5,
      "result": 0.762797,
      "text": "12.5 cm³ = 0.762797 in³"
    },
    {
      "value": 100,
      "result": 6.10237,
      "text": "100 cm³ = 6.10237 in³"
    }
  ],
  "table": [
    {
      "cm3": 1,
      "in3": 0.0610237
    },
    {
      "cm3": 2,
      "in3": 0.122047
    },
    {
      "cm3": 3,
      "in3": 0.183071
    },
    {
      "cm3": 4,
      "in3": 0.244095
    },
    {
      "cm3": 5,
      "in3": 0.305119
    },
    {
      "cm3": 6,
      "in3": 0.366142
    },
    {
      "cm3": 7,
      "in3": 0.427166
    },
    {
      "cm3": 8,
      "in3": 0.48819
    },
    {
      "cm3": 9,
      "in3": 0.549214
    },
    {
      "cm3": 10,
      "in3": 0.610237
    },
    {
      "cm3": 15,
      "in3": 0.915356
    },
    {
      "cm3": 20,
      "in3": 1.22047
    },
    {
      "cm3": 25,
      "in3": 1.52559
    },
    {
      "cm3": 30,
      "in3": 1.83071
    },
    {
      "cm3": 40,
      "in3": 2.44095
    },
    {
      "cm3": 50,
      "in3": 3.05119
    },
    {
      "cm3": 75,
      "in3": 4.57678
    },
    {
      "cm3": 100,
      "in3": 6.10237
    },
    {
      "cm3": 200,
      "in3": 12.2047
    },
    {
      "cm3": 250,
      "in3": 15.2559
    },
    {
      "cm3": 500,
      "in3": 30.5119
    },
    {
      "cm3": 1000,
      "in3": 61.0237
    }
  ],
  "faq": [
    {
      "q": "How many cubic inches are in one cubic centimeter?",
      "a": "1 cm³ = 0.0610237 in³. 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 centimeters (cc) to cubic inches?",
      "a": "Multiply the value in cubic centimeters (cc) by 0.06102374409: cubic inches = cubic centimeters (cc) × 0.06102374409. For example, 5 cm³ = 0.305119 in³."
    },
    {
      "q": "How do I convert cubic inches back to cubic centimeters (cc)?",
      "a": "Multiply by the inverse factor 16.387064 (cubic centimeters (cc) = cubic inches × 16.387064), or use the cubic inches-to-cubic centimeters (cc) 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=cm3&to_unit=in3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=cm3&to_unit=in3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "cm3",
      "to_unit": "in3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cc-to-cubic-inches",
    "markdown": "https://tttkmbb.com/conversion/cc-to-cubic-inches.md",
    "json": "https://tttkmbb.com/conversion/cc-to-cubic-inches.json",
    "reverse": "https://tttkmbb.com/conversion/cubic-inches-to-cc",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}